mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
USE_TFT_ESPI is not needed
This commit is contained in:
parent
dc8735d92b
commit
2061d7aae1
@ -34,7 +34,6 @@ build_flags =
|
|||||||
-D TOUCH_IRQ=-1 ; not connected
|
-D TOUCH_IRQ=-1 ; not connected
|
||||||
-D TOUCH_RST=-1 ; not used, connected to 3.3V on FCP pin10
|
-D TOUCH_RST=-1 ; not used, connected to 3.3V on FCP pin10
|
||||||
-D TOUCH_FREQUENCY=400000
|
-D TOUCH_FREQUENCY=400000
|
||||||
-D USE_TFT_ESPI=1
|
|
||||||
;-D LED_RED=26
|
;-D LED_RED=26
|
||||||
;-D LED_GREEN=32
|
;-D LED_GREEN=32
|
||||||
;-D LED_BLUE=33
|
;-D LED_BLUE=33
|
||||||
|
@ -21,7 +21,7 @@ build_flags =
|
|||||||
|
|
||||||
;region -- TFT_eSPI build options ------------------------
|
;region -- TFT_eSPI build options ------------------------
|
||||||
${lcd.m5stack}
|
${lcd.m5stack}
|
||||||
-D TFT_RST=-1 ; Managed by AXP_IO4
|
;-D TFT_RST=-1 ; Managed by AXP_IO4
|
||||||
-D TFT_SCLK=18
|
-D TFT_SCLK=18
|
||||||
-D TFT_DC=15
|
-D TFT_DC=15
|
||||||
-D TFT_CS=5
|
-D TFT_CS=5
|
||||||
@ -34,7 +34,6 @@ build_flags =
|
|||||||
-D TOUCH_IRQ=39
|
-D TOUCH_IRQ=39
|
||||||
-D TOUCH_RST=-1 ; Managed by AXP_IO4
|
-D TOUCH_RST=-1 ; Managed by AXP_IO4
|
||||||
-D TOUCH_FREQUENCY=400000
|
-D TOUCH_FREQUENCY=400000
|
||||||
-D USE_TFT_ESPI=1
|
|
||||||
;endregion
|
;endregion
|
||||||
|
|
||||||
;region -- Library options -------------------------------
|
;region -- Library options -------------------------------
|
||||||
|
@ -34,7 +34,6 @@ build_flags =
|
|||||||
-D TOUCH_IRQ=-1 ; not connected
|
-D TOUCH_IRQ=-1 ; not connected
|
||||||
-D TOUCH_RST=-1 ; not used, connected to 3.3V
|
-D TOUCH_RST=-1 ; not used, connected to 3.3V
|
||||||
-D TOUCH_FREQUENCY=400000
|
-D TOUCH_FREQUENCY=400000
|
||||||
; -D USE_TFT_ESPI=1
|
|
||||||
;endregion
|
;endregion
|
||||||
|
|
||||||
;region -- Library options -------------------------------
|
;region -- Library options -------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user