a

Dependents:   SeeedStudioTFTv2

Fork of SPI_TFT_ILI9341 by Components

Revision:
10:ec7261a25933
Parent:
9:b8bc8296da24
--- a/SPI_TFT_ILI9341.h	Tue May 06 18:09:00 2014 +0000
+++ b/SPI_TFT_ILI9341.h	Sat Aug 15 05:10:09 2015 +0000
@@ -217,7 +217,6 @@
    */    
   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 
@@ -234,8 +233,7 @@
    * copy to internal file system            
    */      
     
-  int BMP_16(unsigned int x, unsigned int y, const char *Name_BMP);  
-#endif
+  int BMP_16(unsigned int x, unsigned int y, FILE *fd);  
     
     
   /** Select the font to use