Library for SeeedStudioTFTv2 2.8 Zoll 240x360 pixel touch SD card

Dependencies:   SPI_TFT_ILI9341

Dependents:   Seeed_TFT_Touch_Shield Seeed_TFT_Touch_Shield Adafruit_TFT_Touch_Shield UIT2_SpectrumAnalyzer ... more

Fork of SeeedStudioTFTv2 by Michael Ammann

Files at this revision

API Documentation at this revision

Comitter:
mazgch
Date:
Wed Oct 23 01:28:17 2013 +0000
Parent:
9:06466ca07e4d
Child:
11:f2aaffad7d38
Commit message:
fix for freescale

Changed in this revision

SeeedStudioTFTv2.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SeeedStudioTFTv2.cpp	Mon Oct 21 19:46:20 2013 +0000
+++ b/SeeedStudioTFTv2.cpp	Wed Oct 23 01:28:17 2013 +0000
@@ -59,7 +59,7 @@
     DigitalOut _m(m);
     _m = 0;
     AnalogIn   _a(a);
-    DigitalIn  _i(i);
+    AnalogIn   _i(i); // this pin has to be high Z (DigitalIn may also work)
     wait_us(10);
     return _a.read_u16();
 }