#include "lcd.h" #include #include void LCD_init() { //portok beallitasa DDRE |= 0xf0; DDRF |= (1<=16) || (row>=4))return; if(row>=2) { row = row - 2; col = col + 16; } LCD_command((1<<7)|(row<<6)|col); }