Add LED pins

This commit is contained in:
fvanroie 2020-12-29 00:52:40 +01:00
parent bf096824ce
commit ee4d088277

View File

@ -31,9 +31,12 @@ build_flags =
-D TOUCH_DRIVER=6336
-D TOUCH_SDA=4
-D TOUCH_SCL=0
-D TOUCH_IRQ=-1 ; use 34-39 as these are input only pins
-D TOUCH_RST=-1 ; not used, connected to 3.3V
-D TOUCH_IRQ=-1 ; not connected
-D TOUCH_RST=-1 ; not used, connected to 3.3V on FCP pin10
-D USE_TFT_ESPI=1
;-D LED_RED=26
;-D LED_GREEN=32
;-D LED_BLUE=33
;endregion
;region -- Library options -------------------------------