Attempts to merge SPI_TFT2 & SPI_TFT_ILI9341

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary by Tick Tock

Revision:
152:a4d66901785d
Parent:
150:ef46ce63345c
Child:
153:e94cfe3c339c
--- a/utility.h	Mon Sep 30 15:31:01 2013 +0000
+++ b/utility.h	Sun Oct 06 14:49:09 2013 +0000
@@ -68,6 +68,7 @@
 extern bool debugMode;
 extern bool shunt[96];
 extern float accV;
+extern bool accOn;
 extern float accV2;
 extern bool showHealth;
 extern float kWh_trip[0];
@@ -77,6 +78,8 @@
 extern Ticker geiger;
 extern unsigned short chirpInt;
 extern unsigned short uMsgId[8];
+extern bool autoSync;
+extern unsigned short modelYear;
 
 extern "C" {
     void mbed_reset();
@@ -100,6 +103,7 @@
     void saveConfig();
     void readConfig();
     void upDate(unsigned char field, bool updownbar);
+    void syncDateTime();
     void logPackVoltages(); // Turbo3
     void tripLog(); // Turbo3
     void updateFirmware(); // LM - Update firmware off USB