Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SPI_TFT_ILI9341
Dependents: Seeed_TFT_Touch_Shield Seeed_TFT_Touch_Shield Adafruit_TFT_Touch_Shield UIT2_SpectrumAnalyzer ... more
Fork of SeeedStudioTFTv2 by
Diff: SeeedStudioTFTv2.cpp
- Revision:
- 8:36ea6be5182e
- Parent:
- 7:dfd69b3be5b6
- Child:
- 10:b55a7f8d1145
diff -r dfd69b3be5b6 -r 36ea6be5182e SeeedStudioTFTv2.cpp
--- a/SeeedStudioTFTv2.cpp Sat Oct 19 21:32:43 2013 +0000
+++ b/SeeedStudioTFTv2.cpp Mon Oct 21 19:38:34 2013 +0000
@@ -18,12 +18,12 @@
SeeedStudioTFTv2::SeeedStudioTFTv2(PinName xp, PinName xm, PinName yp, PinName ym,
PinName mosi, PinName miso, PinName sclk,
- PinName csTft, PinName rstTft, PinName dcTft, PinName blTft,
+ PinName csTft, PinName dcTft, PinName blTft,
PinName csSd):
#ifdef USE_SDCARD
SDFileSystem(mosi,miso,sclk,csSd, "sdc"),
#endif
- SPI_TFT_ILI9341(mosi,miso,sclk,csTft,rstTft,dcTft, "tft"),
+ SPI_TFT_ILI9341(mosi,miso,sclk,csTft,NC,dcTft, "tft"),
bl(blTft)
{
#ifndef USE_SDCARD

Seeed Studio 2.8'' TFT Touch Shield V2.0
Adafruit 2.8" TFT Touch Shield v2