du rufst lcd_init auf mit zb lcd_disp_onCode:/************************************************************************* Initialize display and select type of cursor Input: dispAttr LCD_DISP_OFF display off LCD_DISP_ON display on, cursor off LCD_DISP_ON_CURSOR display on, cursor on LCD_DISP_CURSOR_BLINK display on, cursor on flashing Returns: none *************************************************************************/
lcd_init(LCD_DISP_ON);
danach kannst du einfach drauf los schreiben:
lcd_puts("Hallo Welt!");Code:/************************************************************************* Display string without auto linefeed Input: string to be displayed Returns: none *************************************************************************/ void lcd_puts(const char *s)






Zitieren
ich hab die Datenleitungen aber noch auf Masse liegen, scheint also nicht zu schaden. Ich werde das heute Abend vielleicht mal ausprobieren ob das ganze auch noch funktioniert wenn ich die "in der Luft" hängen lass.

Lesezeichen