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:
176:9c19f9856c76
Parent:
171:355e284f5201
Child:
177:6fda79c2fda1
--- a/displayModes.h	Fri Feb 07 01:59:53 2014 +0000
+++ b/displayModes.h	Mon Feb 17 02:39:54 2014 +0000
@@ -34,9 +34,9 @@
 extern bool playbackEn;
 extern bool playbackOpen;
 extern float playbackInt;
-extern float miles_trip[3];
-extern float kWh_trip[3];
-extern float CCkWh_trip[3];
+extern float miles_trip[4];
+extern float kWh_trip[4];
+extern float CCkWh_trip[4];
 extern float kW[39];
 extern float mpkWh[39];
 extern float mpkWh_noCC;