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:
- 32:76892fdf5e4c
- Parent:
- 31:0f67acfc6236
- Child:
- 35:43133f017ed4
diff -r 0f67acfc6236 -r 76892fdf5e4c display_modules.cpp --- a/display_modules.cpp Sat Jul 15 05:39:45 2017 +0000 +++ b/display_modules.cpp Sat Jul 15 10:30:46 2017 +0000 @@ -415,7 +415,7 @@ TFT.BusEnable(true) ; TFT.background(White) ; TFT.foreground(Black) ; - TFT.fillrect(5,127,230,320,White); + TFT.fillrect(10,215,230,290,White); //TFT.fillrect(60,230,180,300,Green); //TFT.locate(85,250) ; TFT.background(Green);