///////////// DEFINICE LCD ///////////////////// #define DATAport PORTC #define DATAportD DDRC #define CMDport PORTB #define CMDportD DDRB #define E 7 #define RS 6 #define RW 5 ///////////// Konec DEFINICE LCD ///////////////////// #define setb(port,pin) port |= 1<> 8); lo_nibble = (unsigned char)co; LCD_PrHexByte(hi_nibble); LCD_PrHexByte(lo_nibble); }