Attempts to merge SPI_TFT2 & SPI_TFT_ILI9341

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed

Fork of CANary by Tick Tock

Revision:
84:fd21e5d32dab
Parent:
83:52b1f330a62d
Child:
85:5c27e88b3fbe
--- a/main.cpp	Wed Apr 17 11:48:10 2013 +0000
+++ b/main.cpp	Wed Apr 17 12:05:08 2013 +0000
@@ -60,7 +60,7 @@
 FILE *cfile;
 FILE *file;
 char fileName[35] = "" ;
-char writeBuffer[maxBufLen][13];// __attribute__ ((section("AHBSRAM1"))); // buffer for USB write
+char writeBuffer[maxBufLen][13] __attribute__ ((section("AHBSRAM1"))); // buffer for USB write
 char indexLastMsg[0x800]={0}; // index table for last message
 CANMessage lastMsg[100]; // table to store last message of eachtype
 unsigned char battData[256]={0};