mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Set the default backlight pin
This commit is contained in:
parent
871716f72b
commit
f58b1682be
@ -21,7 +21,7 @@ build_flags =
|
||||
-D TFT_DC=5
|
||||
-D TFT_CS=26
|
||||
-D TFT_RST=-1 ; RST
|
||||
-D TFT_BCKL=-1 ; None, configurable via web UI (e.g. 21)
|
||||
-D TFT_BCKL=22 ; D1 = GPIO 22
|
||||
-D TOUCH_CS=17 ; (can also be 22 or 16)
|
||||
;endregion
|
||||
|
||||
|
@ -22,7 +22,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.
|
||||
-D TFT_BCKL=21 ; Solder the LITE pad to a PWM enabled pin of the ESP, like GPIO 21
|
||||
-D TOUCH_CS=32
|
||||
;endregion
|
||||
|
||||
|
@ -21,7 +21,7 @@ build_flags =
|
||||
-D TFT_DC=5
|
||||
-D TFT_CS=26
|
||||
-D TFT_RST=-1 ; RST
|
||||
-D TFT_BCKL=-1 ; None, configurable via web UI (e.g. 21)
|
||||
-D TFT_BCKL=22 ; D1 is GPIO 22
|
||||
-D TOUCH_CS=27 ; (can also be 22 or 16)
|
||||
;endregion
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user