USE_TFT_ESPI is not needed

This commit is contained in:
fvanroie 2021-01-12 14:27:37 +01:00
parent dc8735d92b
commit 2061d7aae1
3 changed files with 1 additions and 4 deletions

View File

@ -34,7 +34,6 @@ build_flags =
-D TOUCH_IRQ=-1 ; not connected
-D TOUCH_RST=-1 ; not used, connected to 3.3V on FCP pin10
-D TOUCH_FREQUENCY=400000
-D USE_TFT_ESPI=1
;-D LED_RED=26
;-D LED_GREEN=32
;-D LED_BLUE=33

View File

@ -21,7 +21,7 @@ build_flags =
;region -- TFT_eSPI build options ------------------------
${lcd.m5stack}
-D TFT_RST=-1 ; Managed by AXP_IO4
;-D TFT_RST=-1 ; Managed by AXP_IO4
-D TFT_SCLK=18
-D TFT_DC=15
-D TFT_CS=5
@ -34,7 +34,6 @@ build_flags =
-D TOUCH_IRQ=39
-D TOUCH_RST=-1 ; Managed by AXP_IO4
-D TOUCH_FREQUENCY=400000
-D USE_TFT_ESPI=1
;endregion
;region -- Library options -------------------------------

View File

@ -34,7 +34,6 @@ build_flags =
-D TOUCH_IRQ=-1 ; not connected
-D TOUCH_RST=-1 ; not used, connected to 3.3V
-D TOUCH_FREQUENCY=400000
; -D USE_TFT_ESPI=1
;endregion
;region -- Library options -------------------------------