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: SeeedStudioTFTv2 TFT_fonts mbed
Fork of Seeed_TFT_Touch_Shield by
Diff: main.cpp
- Revision:
- 3:00e7be78fe14
- Parent:
- 2:5c2f6ff36ff1
diff -r 5c2f6ff36ff1 -r 00e7be78fe14 main.cpp --- a/main.cpp Tue May 06 19:06:35 2014 +0000 +++ b/main.cpp Fri Jun 06 02:45:08 2014 +0000 @@ -34,8 +34,8 @@ #define PIN_MOSI D11 #define PIN_MISO D12 #define PIN_SCLK D13 -#define PIN_CS_TFT D5 -#define PIN_DC_TFT D6 +#define PIN_CS_TFT D10 +#define PIN_DC_TFT D9 #define PIN_BL_TFT D7 #define PIN_CS_SD D4
