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:
123:a8c0042df617
Parent:
121:553faf139a20
Child:
124:0d622967b764
--- a/displayModes.h	Wed Jul 17 13:48:51 2013 +0000
+++ b/displayModes.h	Fri Jul 19 12:48:10 2013 +0000
@@ -16,8 +16,7 @@
 extern unsigned char displayLoc;
 extern char indexLastMsg[0x800];
 
-//extern unsigned char battData[256]; // 
-extern unsigned char battData[BatDataBufMax]; // BatDataBufMax
+extern unsigned char queryData[DataBufMax]; // BatDataBufMax
 
 extern bool showCP;
 extern bool logEn;