SeedStdudioTFT Library

Dependencies:   SPI_TFT_ILI9341

Fork of SeeedStudioTFTv2 by Components

Files at this revision

API Documentation at this revision

Comitter:
kaizen
Date:
Fri Jul 24 05:51:20 2015 +0000
Parent:
13:362765fdf287
Commit message:
Modified bug which compile error is occurred when using SDCard.

Changed in this revision

SeeedStudioTFTv2.h Show annotated file Show diff for this revision Revisions of this file
--- a/SeeedStudioTFTv2.h	Tue May 06 18:12:49 2014 +0000
+++ b/SeeedStudioTFTv2.h	Fri Jul 24 05:51:20 2015 +0000
@@ -25,11 +25,11 @@
     int y;
 };
 
-class SeeedStudioTFTv2 : public  
+class SeeedStudioTFTv2 : 
 #ifdef USE_SDCARD
-    SDFileSystem,
+    public SDFileSystem,
 #endif
-    SPI_TFT_ILI9341
+    public SPI_TFT_ILI9341
 {
 public:
     /** create a TFT with touch object connected to the pins: