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: displayModes.h
- Revision:
- 25:ddf0ec209f03
- Parent:
- 24:6cf76ed8c432
- Child:
- 33:a277743ebdeb
--- a/displayModes.h Thu Mar 14 05:02:15 2013 +0000 +++ b/displayModes.h Fri Mar 15 04:28:34 2013 +0000 @@ -22,6 +22,7 @@ extern unsigned char lastDMode[2]; extern unsigned char sMode; extern TOUCH_TFTx2 tt; +extern unsigned char dtMode; extern "C" { void printLast (bool force); @@ -30,6 +31,7 @@ void printDTE (bool force); void braking (bool force, bool prdata); void cpData(bool force); + void showDateTime(bool force); void updateDisplay(char display); void showButton(unsigned char column, unsigned char row, char * text1, char * text2, unsigned char columns, unsigned char rows); } \ No newline at end of file