Attempts to merge SPI_TFT2 & SPI_TFT_ILI9341

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary by Tick Tock

Revision:
34:4751a8259b18
Parent:
33:a277743ebdeb
Child:
35:5acbd8a64a89
--- a/utility.h	Tue Mar 19 04:43:43 2013 +0000
+++ b/utility.h	Wed Mar 20 13:57:00 2013 +0000
@@ -25,7 +25,8 @@
 extern CAN can1,can2;
 extern DigitalOut can1SleepMode,can2SleepMode;
 extern bool pollCP;
-extern bool daylight;
+extern bool tick;
+extern bool headlights;
 extern TOUCH_TFTx2 tt;
 
 extern "C" {