Test program for 2.2 QVGA TFT with SD-connector. Inexpensive from banggood.com modified CJS 2014 Kl-25Z

Dependencies:   SDFileSystem SPI_TFT_ILI9341 TFT_fonts mbed

Fork of TFT_banggood by Peter Drescher

Revision:
2:25bfb21253a6
Parent:
1:e0479f60cd48
Child:
3:676adf84c914
diff -r e0479f60cd48 -r 25bfb21253a6 main.cpp
--- a/main.cpp	Mon Oct 20 11:05:02 2014 +0000
+++ b/main.cpp	Tue Oct 21 10:00:17 2014 +0000
@@ -31,7 +31,7 @@
 {
     while(1){
     int i;
-    LCD_LED = 1;            // backlite on
+    LCD_LED = 1;            // backlight on
    
     TFT.claim(stdout);        // send stdout to the TFT display
     TFT.set_orientation(1);