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.
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 |
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; /**/ }