From 036861db3af5eabe13855f2b1006b5f8f34630dd Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 5 May 2021 23:36:28 +0200 Subject: [PATCH] Add backlight pin GPIO 21 --- user_setups/esp32/huzzah32-featherwing-35.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_setups/esp32/huzzah32-featherwing-35.ini b/user_setups/esp32/huzzah32-featherwing-35.ini index de364c1c..86096861 100644 --- a/user_setups/esp32/huzzah32-featherwing-35.ini +++ b/user_setups/esp32/huzzah32-featherwing-35.ini @@ -20,7 +20,7 @@ build_flags = -D TFT_DC=33 -D TFT_CS=15 -D TFT_RST=-1 ; RST - -D TFT_BCKL=-1 ; Solder the LITE pad to a PWM enabled pin of the ESP, like GPIO 21 + -D TFT_BCKL=21 ; Solder the LITE pad to a PWM enabled pin of the ESP, like GPIO 21 -D STMPE_CS=32 ;endregion