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: RTC-DS1307 SPI_TFT_ILI9341 TFT_fonts mbed tsi_sensor
Fork of TFT_Mikroelectronika_IL9341_sketchpad by
Diff: drawStates.h
- Revision:
- 12:50289d0ac834
- Parent:
- 11:1da15361a35b
- Child:
- 15:796e17680825
- Child:
- 17:356a299d3224
diff -r 1da15361a35b -r 50289d0ac834 drawStates.h --- a/drawStates.h Wed May 24 13:27:07 2017 +0000 +++ b/drawStates.h Wed May 24 16:15:04 2017 +0000 @@ -65,6 +65,11 @@ break; case (3): whiteboard(); + break; + case(4): + drawsettingsbuttons(); + drawoutlines(); + break; } }