Library (as yet untested) for use with the Mikroelectronics tft_proto screens

Dependencies:   SPI_TFT_ILI9341 TFT_fonts mbed

Fork of TFT_banggood by chris stevens

Revision:
2:25bfb21253a6
Parent:
1:e0479f60cd48
Child:
3:676adf84c914
--- 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);