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:
35:5acbd8a64a89
Parent:
33:a277743ebdeb
Child:
36:dbd39c315258
--- a/displayModes.h	Wed Mar 20 13:57:00 2013 +0000
+++ b/displayModes.h	Thu Mar 21 12:05:22 2013 +0000
@@ -24,6 +24,8 @@
 extern unsigned char sMode;
 extern TOUCH_TFTx2 tt;
 extern unsigned char dtMode;
+extern float accV;
+extern bool tick;
 
 extern "C" {
     void printLast (bool force);