Attempts to merge SPI_TFT2 & SPI_TFT_ILI9341

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary by Tick Tock

Revision:
158:059abeb44ba1
Parent:
157:1a100a5ed06f
Child:
159:577e9d015693
--- a/displayModes.h	Wed Oct 30 03:16:51 2013 +0000
+++ b/displayModes.h	Thu Oct 31 14:41:24 2013 +0000
@@ -68,6 +68,8 @@
 extern unsigned short modelYear;
 extern bool enableSound;
 extern bool idir;
+extern bool autoSync;
+extern bool clearTest;
 
 extern "C" {
     void printLast (bool force, bool showButtons);