LCD svití jenom podsvícení

Ahoj.
Učím se s atmega a skusil jsem zapojeni s LCD podle návodu na této stránce .svetelektro.com/clanky/programujeme-avr-v-jazyku-c-6-cast-459.html
Ale svítí jenom podsvícení.
V souboru lcd.h je udělaná uprava pro lcd 8 znaků a 2 řádky

#define LCD_LINES 2 /**< number of visible lines of the display */ #define LCD_DISP_LENGTH 8 /**< 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 0x40 /**< DDRAM address of first char of line 2 */ #define LCD_START_LINE3 0x14 /**< DDRAM address of first char of line 3 */ #define LCD_START_LINE4 0x54 /**< DDRAM address of first char of line 4 */ #define LCD_WRAP_LINES 0 /**< 0: no wrap, 1: wrap at end of visibile line */

Můžete prosím někdo poradit co s tím Díky

OK.
Byl vadný trimr na nastavení kontrastu po jeho výměně vše funguje.