Setup for Adafruit 2.8" TFT with touch screen and SD card
Dependencies: SeeedStudioTFTv2 TFT_fonts mbed
Fork of Seeed_TFT_Touch_Shield by
Revision 3:00e7be78fe14, committed 2014-06-06
- Comitter:
- robouden
- Date:
- Fri Jun 06 02:45:08 2014 +0000
- Parent:
- 2:5c2f6ff36ff1
- Commit message:
- Setup for Adafruit 2.8 " TFT touch screen
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
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