TFT driver for ILI9341. I imported this library from Seeed-Studio-28-TFT-Touch-Shield-V20.
Dependents: TFT_sdcard TS_Eyes Tokei AfficheurTFTAdafruit ... more
Fork of SPI_TFT_ILI9341 by
Diff: SPI_TFT_ILI9341.h
- Revision:
- 8:32bf76e1ec9f
- Parent:
- 5:93cc09de603a
- Child:
- 9:b8bc8296da24
--- 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
