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:
36:dbd39c315258
Parent:
35:5acbd8a64a89
Child:
37:fea2c1d52c5f
--- a/displayModes.h	Thu Mar 21 12:05:22 2013 +0000
+++ b/displayModes.h	Sat Mar 23 04:43:45 2013 +0000
@@ -26,6 +26,9 @@
 extern unsigned char dtMode;
 extern float accV;
 extern bool tick;
+extern bool playbackEn;
+extern bool playbackOpen;
+extern float playbackInt;
 
 extern "C" {
     void printLast (bool force);