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:
170:7ee98e3611bc
Parent:
167:58d4edf403d4
Child:
171:355e284f5201
--- a/displayModes.h	Tue Dec 17 15:25:41 2013 +0000
+++ b/displayModes.h	Tue Dec 24 12:20:50 2013 +0000
@@ -18,7 +18,7 @@
 
 //extern unsigned char battData[256]; // 
 extern unsigned char battData[BatDataBufMax]; // BatDataBufMax
-
+extern unsigned long maxTarget;
 extern bool showCP;
 extern bool logEn;
 extern bool usbEn;
@@ -74,6 +74,8 @@
 extern bool clearTest;
 extern float CCkW;
 extern bool CCon;
+extern float kWperGid;
+extern unsigned short startGids;
 
 extern "C" {
     void printLast (bool force, bool showButtons);