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.
Dependencies: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_3rd_nov_2017 by
Diff: display_modules.cpp
- Revision:
- 38:7238f3531ce9
- Parent:
- 37:92fcbf22bf91
- Child:
- 39:69b09bd87502
diff -r 92fcbf22bf91 -r 7238f3531ce9 display_modules.cpp --- a/display_modules.cpp Sat Jul 29 12:12:28 2017 +0000 +++ b/display_modules.cpp Wed Aug 02 06:58:57 2017 +0000 @@ -140,7 +140,8 @@ TFT.fillrect(130,215,220,285,White); TFT.fillrect(10,215,100,285,White); TFT.fillrect(60,130,180,200,White); - TFT.background(Green) ; + TFT.background(Green) ; + TFT.foreground(Black) ; TFT.fillrect( 60,130,180,200,Green); TFT.locate(80,150) ; TFT.printf("START") ;