Update readme.md

pull/7/head
Sylaina 5 years ago committed by GitHub
parent 62a2b68e08
commit c7a4bae4f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -110,18 +110,18 @@ 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);
lcd_gotoxy(0,4);
lcd_puts(" Double \r\n Size");
lcd_charMode(NORMALSIZE);
lcd_gotoxy(4,1);
lcd_puts("Normal Size");
lcd_charMode(DOUBLESIZE);
lcd_gotoxy(0,4);
lcd_puts(" Double \r\n Size");
lcd_charMode(NORMALSIZE);
#ifdef GRAPHICMODE
lcd_display();
#endif
}
for(;;){
//main loop
}
return 0;
}

Loading…
Cancel
Save