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:
- 22:a43df3905863
- Parent:
- 13:62e0f7f39ff5
- Child:
- 23:cd03f9c3395e
--- a/displayModes.h Fri Mar 08 04:43:24 2013 +0000 +++ b/displayModes.h Mon Mar 11 06:23:00 2013 +0000 @@ -3,6 +3,7 @@ #include "TOUCH_TFTx2.h" #include "Arial12x12.h" #include "Arial12x12_prop.h" +#include "Arial24x23.h" #include "Arial28x28.h" #include "Neu42x35.h" #include "SCProSB31x55.h" @@ -29,4 +30,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); } \ No newline at end of file