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:
118:02010b18efdc
Parent:
108:29b5a760adc2
Child:
119:0e2b641e98a2
--- a/displayModes.h	Thu Jul 04 18:01:52 2013 +0000
+++ b/displayModes.h	Fri Jul 05 15:38:40 2013 +0000
@@ -49,6 +49,11 @@
 extern unsigned long SOC_x10000;
 extern unsigned short SOH_x100;
 extern bool metric;
+extern unsigned char tNavRow ; // gg - 4x4
+extern char revStr[7]; // gg - version
+extern bool debugMode;
+extern float unloadedV;
+extern float Resr;
 
 extern "C" {
     void printLast (bool force, bool showButtons);