Lib for the new LCD Display with ILI9341 controller (this is a fork that removes the unavailable reset pin)

Dependents:   SeeedStudioTFTv2 poirier-proj-95

Fork of SPI_TFT_ILI9341 by Peter Drescher

Revision:
8:32bf76e1ec9f
Parent:
5:93cc09de603a
--- a/SPI_TFT_ILI9341.h	Wed Oct 23 01:34:51 2013 +0000
+++ b/SPI_TFT_ILI9341.h	Thu Mar 20 15:29:19 2014 +0000
@@ -230,7 +230,7 @@
    */    
   void Bitmap(unsigned int x, unsigned int y, unsigned int w, unsigned int h,unsigned char *bitmap);
     
-    
+#if DEVICE_LOCALFILESYSTEM
    /** paint a 16 bit BMP from local filesytem on the TFT (slow) 
    *
    * @param x,y : upper left corner 
@@ -249,7 +249,7 @@
    */      
     
   int BMP_16(unsigned int x, unsigned int y, const char *Name_BMP);  
-    
+#endif
     
     
   /** select the font to use