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.
Fork of SeeedStudioTFTv2 by
Diff: SeeedStudioTFTv2.cpp
- 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
