hi,
ok ich krieg das mit der Blink funktion irgentwie nicht hin.
Also in dem Fall soll nur "Test1" blinken. Habt ihr da ein Tipp für mich??Code:{ lcd_init(LCD_DISP_ON); lcd_gotoxy(0,0); lcd_puts(" Test1"); lcd_gotoxy(0,1); lcd_puts("Test2"); lcd_gotoxy(0,2); lcd_puts("Test3"); lcd_gotoxy(0,3); lcd_puts(" Test4"); while(1); return 0; }
Lesezeichen