From 216ccd816279bf67317c45957cc691e898d641ab Mon Sep 17 00:00:00 2001 From: "NiCK.n17" Date: Tue, 24 Mar 2020 08:09:11 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03d7e33..acb60f5 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,12 @@ https://github.com/fdufnews/ESP32-TTGO-T4 - install arduino IDE + ESP32 support - https://github.com/Bodmer/TFT_eSPI - display library - Configure TFT eSPI - You need to do some user setup in library folder (Adruino/library/tft/espi/userSetup..) - see TFT eSPI readme or google it - Settings for TFT_eSPI library - userSetup required for T4 v1.3 + You need to do some user setup in library folder (Adruino/library/tft/espi/userSetup..) - see TFT eSPI readme or google it. Settings for TFT_eSPI library - userSetup required for T4 v1.3 +``` #define TFT_DC 32 // v1.3 has DC on 32 port #define TFT_BL 4 // Backlight port - required (otherwise you got black screen) #define TFT_BACKLIGHT_ON HIGH // Backlight ON - required +``` My configuration - Board ESP32 Dev module