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:
102:fd19f777a0b4
Parent:
98:9f8bab96edff
Child:
107:e9be732c1ad4
--- a/displayModes.h	Sat Jun 15 19:05:32 2013 +0000
+++ b/displayModes.h	Thu Jun 20 05:35:36 2013 +0000
@@ -41,6 +41,10 @@
 extern unsigned char tNavRow; // gg - 4x4
 extern unsigned short pointerSep; // log write buffer pointer separation
 extern unsigned char battTemp_x4;
+extern signed short battTemp_x10;
+extern unsigned long Ah_x10000;
+extern unsigned long SOC_x10000;
+extern unsigned short SOH_x100;
 extern bool metric;
 
 extern "C" {