Shinichi Takayama / Mbed OS MIP8f_ThunderBoard2

Files at this revision

API Documentation at this revision

Comitter:
STakayama
Date:
Tue Jan 22 10:23:39 2019 +0000
Parent:
12:39e048e73819
Commit message:
BackColor = Cyan

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 39e048e73819 -r 9fb661dd4b2a main.cpp
--- a/main.cpp	Tue Jan 22 10:17:25 2019 +0000
+++ b/main.cpp	Tue Jan 22 10:23:39 2019 +0000
@@ -111,7 +111,7 @@
     disp_logo();
     WD.writeDISP();               
     _lcd_extmod = 1;   // 1=Pin,0=Serial
-    WD.background(White);
+    WD.background(Cyan);
     return 0;
 /**/    
 }