Library for SeeedStudioTFTv2 2.8 Zoll 240x360 pixel touch SD card

Dependencies:   SPI_TFT_ILI9341

Dependents:   SeeedStudioTFTv2_HelloWorld SeeedTouchLCD Seeed_TFT_Touch_Shield_v2_HelloWorld

Fork of SeeedStudioTFTv2 by Michael Ammann

Revision:
7:dfd69b3be5b6
Parent:
6:2612205220c5
Child:
8:36ea6be5182e
diff -r 2612205220c5 -r dfd69b3be5b6 SeeedStudioTFTv2.cpp
--- a/SeeedStudioTFTv2.cpp	Sat Oct 19 21:21:59 2013 +0000
+++ b/SeeedStudioTFTv2.cpp	Sat Oct 19 21:32:43 2013 +0000
@@ -20,10 +20,10 @@
                                    PinName mosi, PinName miso, PinName sclk,
                                    PinName csTft, PinName rstTft, PinName dcTft, PinName blTft,
                                    PinName csSd):
-    SPI_TFT_ILI9341(mosi,miso,sclk,csTft,rstTft,dcTft, "tft"),
 #ifdef USE_SDCARD
     SDFileSystem(mosi,miso,sclk,csSd, "sdc"),
 #endif
+    SPI_TFT_ILI9341(mosi,miso,sclk,csTft,rstTft,dcTft, "tft"),
     bl(blTft)
 {
 #ifndef USE_SDCARD