Dual CANbus monitor and instrumentation cluster

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 beep mbed

Fork of CANary by Tick Tock

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