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,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
for(;;){
//main loop
}
return 0;
}

Loading…
Cancel
Save