JDI_MIP on ThunderBoardSense2(Silicon-Labs)
JDI_MIP (LPM013M126A) Sample on ThunderBoard2(Silicon-Labs)
LPM013M126A

Links
https://os.mbed.com/teams/JapanDisplayInc/
https://os.mbed.com/teams/JapanDisplayInc/wiki/MIP-reflective-color-display
Revision 13:9fb661dd4b2a, committed 2019-01-22
- 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 |
--- 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;
/**/
}