Add no_ps_ram/ps_ram option

This commit is contained in:
fvanroie 2022-09-29 20:38:12 +02:00
parent c63ea0a0db
commit 42e9d2c2af
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@ board = esp32s2_solo1
build_flags =
${env.build_flags}
${esp32s2.build_flags}
${esp32s2.no_ps_ram}
;region -- TFT_eSPI build options ------------------------
-D ILI9341_DRIVER=1

View File

@ -12,8 +12,10 @@ board = esp32s2
build_flags =
${env.build_flags}
${esp32s2.build_flags}
${esp32s2.ps_ram}
;region -- TFT_eSPI build options ------------------------
-D LGFX_USE_V1=1
-D ILI9488_DRIVER=1
-D TFT_WIDTH=320
-D TFT_HEIGHT=320
@ -42,7 +44,6 @@ build_flags =
-D TOUCH_RST=12
;-D USER_SETUP_LOADED=1
-D LGFX_USE_V1=1
-D SUPPORT_TRANSACTIONS
-D SPI_TOUCH_FREQUENCY=2500000
-D TOUCH_DRIVER=0x1680 ; GSL1680 Capacitive I2C touch panel driver