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

Branch:
Metric
Revision:
124:0d622967b764
Parent:
123:a8c0042df617
Child:
128:25314f339565
--- a/displayModes.h	Fri Jul 19 12:48:10 2013 +0000
+++ b/displayModes.h	Sat Jul 20 03:37:28 2013 +0000
@@ -16,7 +16,8 @@
 extern unsigned char displayLoc;
 extern char indexLastMsg[0x800];
 
-extern unsigned char queryData[DataBufMax]; // BatDataBufMax
+//extern unsigned char battData[256]; // 
+extern unsigned char battData[BatDataBufMax]; // BatDataBufMax
 
 extern bool showCP;
 extern bool logEn;