Attempts to merge SPI_TFT2 & SPI_TFT_ILI9341

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary by Tick Tock

Revision:
163:3b6fab958773
Parent:
162:c6545fc0164a
Child:
164:46ed06263b0e
--- a/main.cpp	Thu Nov 21 23:08:00 2013 +0000
+++ b/main.cpp	Fri Nov 22 04:21:54 2013 +0000
@@ -7,7 +7,7 @@
 // * Change pack volt color when CVLI fails
 // * Add tire pressure cal (40psi for me = FR 38, RR 38.2, FL 37.8, RL 38 - maybe 2psi error on my tire gauge?)
 
-// rev162
+// rev163
 // Fixed efficiency screen discontinuity when CC power changes
 // Added DTE & efficiency w/o CC to efficiency display
 
@@ -19,7 +19,7 @@
 #include "utility.h"
 #include "displayModes.h"
 #include "TOUCH_TFTx2.h"
-char revStr[7] = "162"; // gg - revision string, max 6 characters
+char revStr[7] = "163"; // gg - revision string, max 6 characters
 
 FATFS USBdrive;
 LocalFileSystem local("local");