Danke für die schnelle Hilfe, ich hab das jetzt wie im Datenblatt geschrieben angepasst:
Code:
#define LCD_LINES 4 /**< number of visible lines of the display */
#define LCD_DISP_LENGTH 20 /**< visibles characters per line of the display */
#define LCD_LINE_LENGTH 0x40 /**< internal line length of the display */
#define LCD_START_LINE1 0x00 /**< DDRAM address of first char of line 1 */
#define LCD_START_LINE2 0x20 /**< DDRAM address of first char of line 2 */
#define LCD_START_LINE3 0x40 /**< DDRAM address of first char of line 3 */
#define LCD_START_LINE4 0x60 /**< DDRAM address of first char of line 4 */
#define LCD_WRAP_LINES 0 /**< 0: no wrap, 1: wrap at end of visibile line */
Jetzt sehe ich allerdings nur noch die 1. Zeile mit dem korrekten Text "Zeile1".
Lesezeichen