mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Add no_ps_ram/ps_ram option
This commit is contained in:
parent
c63ea0a0db
commit
42e9d2c2af
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user