test fork

Dependencies:   SPI_TFTx2 SPI_TFTx2_ILI9341 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary_9341 by Tick Tock

Revision:
168:9227024c4e3a
Parent:
167:58d4edf403d4
Child:
169:84d790ac18a2
--- a/main.cpp	Tue Dec 03 20:45:05 2013 +0000
+++ b/main.cpp	Wed Dec 04 12:45:39 2013 +0000
@@ -10,8 +10,8 @@
 // * Add on screen messages for heater on, etc, and use refresh feature above to clear in x seconds
 // * Add climate control impact to main max/min dte and new trip display
 
-// rev167
-// Added climate control impact to best case and worst case DTE (bug fix)
+// rev168
+// Added trip meter including climate control impact
 
 #include "mbed.h"
 #include "CAN.h"
@@ -21,7 +21,7 @@
 #include "utility.h"
 #include "displayModes.h"
 #include "TOUCH_TFTx2.h"
-char revStr[7] = "167"; // gg - revision string, max 6 characters
+char revStr[7] = "168"; // gg - revision string, max 6 characters
 
 FATFS USBdrive;
 LocalFileSystem local("local");