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: SPI_TFTx2 SPI_TFTx2_ILI9341 TFT_fonts TOUCH_TFTx2 mbed
Fork of CANary_9341 by
Diff: displayModes.h
- Revision:
- 24:6cf76ed8c432
- Parent:
- 23:cd03f9c3395e
- Child:
- 25:ddf0ec209f03
diff -r cd03f9c3395e -r 6cf76ed8c432 displayModes.h
--- a/displayModes.h Thu Mar 14 04:41:11 2013 +0000
+++ b/displayModes.h Thu Mar 14 05:02:15 2013 +0000
@@ -31,5 +31,5 @@
void braking (bool force, bool prdata);
void cpData(bool force);
void updateDisplay(char display);
- void showButton(unsigned char column, unsigned char row, char * text, unsigned char columns, unsigned char rows);
+ void showButton(unsigned char column, unsigned char row, char * text1, char * text2, unsigned char columns, unsigned char rows);
}
\ No newline at end of file
