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: FatFileSystem MSCFileSystem SPI_TFTx2 TFT_fonts TOUCH_TFTx2 beep mbed
Fork of CANary_corrupt by
Diff: main.cpp
- Revision:
- 72:f9a6faa28873
- Parent:
- 71:7e87256d6c9a
- Child:
- 73:62ee8eae3a84
--- a/main.cpp Sun Apr 14 02:33:00 2013 +0000 +++ b/main.cpp Sun Apr 14 22:00:51 2013 +0000 @@ -583,7 +583,13 @@ dMode[whichTouched] = dateScreen ; // GoTo Set Date/Time Screen } break; - + + case 32: // right col, bottom row (not nav) + if (dMode[whichTouched] == indexScreen) { // gg - index + dMode[whichTouched] = logScreen ; // GoTo Log Screen + } + break; + //----------------------------------- //----------------------------------- // Prev Navigation