Attempts to merge SPI_TFT2 & SPI_TFT_ILI9341

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary by Tick Tock

Revision:
165:4daa921730dd
Parent:
164:46ed06263b0e
Child:
166:ec3951ba9701
--- a/main.cpp	Thu Nov 28 03:23:30 2013 +0000
+++ b/main.cpp	Tue Dec 03 02:56:50 2013 +0000
@@ -8,8 +8,8 @@
 // * Add tire pressure cal (40psi for me = FR 38, RR 38.2, FL 37.8, RL 38 - maybe 2psi error on my tire gauge?)
 // * Add on screen messages for heater on, etc, and use refresh feature above to clear in x seconds
 
-// rev164
-// Turn off noCC DTE when CC is off
+// rev165
+// Re-formatted main and dte displays
 
 #include "mbed.h"
 #include "CAN.h"
@@ -19,7 +19,7 @@
 #include "utility.h"
 #include "displayModes.h"
 #include "TOUCH_TFTx2.h"
-char revStr[7] = "164"; // gg - revision string, max 6 characters
+char revStr[7] = "165"; // gg - revision string, max 6 characters
 
 FATFS USBdrive;
 LocalFileSystem local("local");