Attempts to merge SPI_TFT2 & SPI_TFT_ILI9341

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary by Tick Tock

Revision:
156:4e5d30535cf9
Parent:
155:f31006516956
Child:
158:059abeb44ba1
--- a/utility.cpp	Sat Oct 19 15:38:44 2013 +0000
+++ b/utility.cpp	Thu Oct 24 19:51:31 2013 +0000
@@ -140,7 +140,7 @@
                     // We previously lost messages that did not get into the buffer
                     sprintf(sTemp,"-- Lost %d Messages.\n", nLost);
                     printMsg(sTemp); // write buffer overrun
-                    //beep(500,0.25);
+                    beep(500,0.25);
                     
                     nLost = 0 ;
                 }
@@ -171,7 +171,7 @@
             if (writePointer==readPointer) {
                 // Just caught up to read pointer
                 printMsg("Write buffer overrun.\n"); // write buffer overrun
-                beep(500,0.25);
+                //beep(500,0.25);
             }
         }
     }