From 8a2e205588e210d6e80676cdcd1b5a32b98a4a4e Mon Sep 17 00:00:00 2001 From: MarcFinns Date: Tue, 28 Mar 2017 01:14:35 +0200 Subject: [PATCH] Add files via upload --- User_Setup.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/User_Setup.h b/User_Setup.h index ba705aa..b1628cc 100644 --- a/User_Setup.h +++ b/User_Setup.h @@ -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