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:
146:88f7bda79d8e
Parent:
145:47cdacc468a4
Child:
147:e0f1c84c62a6
--- a/main.cpp	Tue Aug 06 03:19:24 2013 +0000
+++ b/main.cpp	Wed Aug 07 12:35:04 2013 +0000
@@ -1,7 +1,6 @@
 // main.cpp
 //
 //To Do:
-// * Audible friction brake feedback
 // * User-configurable watchpoint
 // * Add 50% charge option
 // * Add coasting regen to regen/braking display
@@ -9,9 +8,11 @@
 // * Add additional 79b bank readouts
 // * Subtract accessory power from efficiency history (add back in when displaying)
 // * Add trip history display
+// * Add in-device config editor
+// * Add temperature to efficiency lookup table
+// * Add debug screen
 
-// rev144
-// fixed compiler error
+// rev146
 
 #include "mbed.h"
 #include "CAN.h"
@@ -22,7 +23,7 @@
 #include "utility.h"
 #include "displayModes.h"
 #include "TOUCH_TFTx2.h"
-char revStr[7] = "145"; // gg - revision string, max 6 characters
+char revStr[7] = "146"; // gg - revision string, max 6 characters
 
 FATFS USBdrive;
 LocalFileSystem local("local");