@ -110,8 +110,6 @@ int main(void){
lcd_init(LCD_DISP_ON);
lcd_clrscr();
lcd_set_contrast(0x00);
for(;;){
lcd_gotoxy(4,1);
lcd_puts("Normal Size");
lcd_charMode(DOUBLESIZE);
@ -122,6 +120,8 @@ int main(void){
#ifdef GRAPHICMODE
lcd_display();
#endif
//main loop
}
return 0;