Attempts to merge SPI_TFT2 & SPI_TFT_ILI9341

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary by Tick Tock

Revision:
93:c2402e8cd0e2
Parent:
92:935adef49ea4
Child:
95:248b3c25a7df
--- a/utility.h	Mon Apr 22 02:27:37 2013 +0000
+++ b/utility.h	Wed May 01 03:02:59 2013 +0000
@@ -58,12 +58,12 @@
     void mbed_reset();
     void RTC_IRQHandler();
     void RTC_Init (void);    
-    void logMsg (char *msg);
+    void printMsg (char *msg);
     void touch_ISR();
     unsigned short getTimeStamp();
     void logCan (char mType, CANMessage canRXmsg);
     void logTS ();    
-    void logErrMsg (char * errMsg); // gg - messeges
+    void logEvent (char * errMsg); // gg - messeges
     //void sendCPreq();    
     //void sendTreq();    
     void sendReq();