Dual CANbus monitor and instrumentation cluster supporting ILI9341 display controller

Dependencies:   SPI_TFTx2_ILI9341 TOUCH_TFTx2_ILI9341 TFT_fonts mbed

Fork of CANary by Tick Tock

Revision:
24:6cf76ed8c432
Parent:
23:cd03f9c3395e
Child:
25:ddf0ec209f03
--- 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