Add files via upload

This commit is contained in:
MarcFinns 2017-03-28 01:14:35 +02:00 committed by GitHub
parent a18c7a307b
commit 8a2e205588
1 changed files with 3 additions and 3 deletions

View File

@ -76,9 +76,9 @@
// ###### EDIT THE PIN NUMBERS IN THE LINES FOLLOWING TO SUIT YOUR SETUP ######
// ModeMCU
//#define TFT_CS D8 // Chip select control pin D8
//#define TFT_DC D0 // Data Command control pin
//#define TFT_RST D4 // Reset pin (could connect to NodeMCU RST, see next line)
#define TFT_CS D8 // Chip select control pin D8
#define TFT_DC D3 // Data Command control pin
#define TFT_RST D4 // Reset pin (could connect to NodeMCU RST, see next line)
//#define TFT_RST -1 // Set TFT_RST to -1 if the display RESET is connected to NodeMCU RST or 3.3V
//#define TFT_WR D2 // Write strobe for modified Raspberry Pi TFT only