Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- Revision:
- 8:8bc38f62ac5c
- Parent:
- 7:f1496e0c3596
- Child:
- 10:525bcf8907fc
diff -r f1496e0c3596 -r 8bc38f62ac5c main.cpp
--- a/main.cpp Thu May 17 07:48:02 2018 +0000
+++ b/main.cpp Mon Aug 27 07:40:56 2018 +0000
@@ -46,8 +46,7 @@
// _lcd_reset = 0;
// _lcd_reset = 1;
_lcd_extmod = 0;
- _lcd_disp = 1; // hontoha 0
- //command(0);
+ _lcd_disp = 1; //
WD.setWH(width,height); // Default X/Y-00
bool if16 = 1;
@@ -74,7 +73,6 @@
WD.locate(10,150); WD.printf("Hello world");
}
WD.writeDISP();
- _lcd_disp = 1;
_lcd_extmod = 1; // 1=Pin,0=Serial
return 0;
/**/