Clean-up ESP32-S3 ini files

This commit is contained in:
fvanroie 2023-01-27 05:52:39 +01:00
parent e379d9276f
commit 972ed6583f
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@
;***************************************************;
[env:makerfabs-s3-tft35-spi]
extends = arduino_esp32s3_v2
extends = arduino_esp32s3_v2, flash_16mb
board = esp32s3
build_flags =