mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Clean-up ESP32-S3 ini files
This commit is contained in:
parent
e379d9276f
commit
972ed6583f
@ -14,8 +14,6 @@ build_flags =
|
||||
|
||||
;region -- TFT_eSPI build options ------------------------
|
||||
${esp32.hspi} ; Use HSPI hardware SPI bus
|
||||
-D USER_SETUP_LOADED=1
|
||||
;-D LGFX_USE_V1=1
|
||||
-D ST7796_DRIVER=1
|
||||
-D TFT_ROTATION=0 ; 0=0, 1=90, 2=180 or 3=270 degree
|
||||
-D TFT_WIDTH=320
|
||||
@ -37,6 +35,7 @@ build_flags =
|
||||
extends = esp32-3248s035, flash_4mb
|
||||
build_flags =
|
||||
${esp32-3248s035.build_flags}
|
||||
-D USER_SETUP_LOADED=1
|
||||
-D TOUCH_CS=33
|
||||
-D TOUCH_DRIVER=0x2046 ; XPT2606 Resistive touch panel driver
|
||||
-D HASP_USE_LGFX_TOUCH=1
|
||||
|
@ -5,7 +5,7 @@
|
||||
;***************************************************;
|
||||
|
||||
[env:makerfabs-s3-tft35-spi]
|
||||
extends = arduino_esp32s3_v2
|
||||
extends = arduino_esp32s3_v2, flash_16mb
|
||||
board = esp32s3
|
||||
|
||||
build_flags =
|
||||
|
Loading…
x
Reference in New Issue
Block a user