Add PSram config

This commit is contained in:
fvanroie 2021-10-03 00:14:21 +02:00
parent 22f226243a
commit fd83f86b39

View File

@ -1,6 +1,6 @@
;***************************************************; ;***************************************************;
; AZ ArduiTouch PCB with ESP32 with 2.4" or 2.8" ; ; AZ ArduiTouch PCB with ESP32 with 2.4" or 2.8" ;
; - ESP32-WROOM-32 board ; ; - ESP32-WROOM or WROVER board ;
; - ili9341 TFT ; ; - ili9341 TFT ;
; - xpt2046 touch controller ; ; - xpt2046 touch controller ;
;***************************************************; ;***************************************************;
@ -12,6 +12,7 @@ board = esp32dev
build_flags = build_flags =
${env.build_flags} ${env.build_flags}
${esp32.build_flags} ${esp32.build_flags}
${esp32.ps_ram}
-D HASP_MODEL="Arduitouch ESP32" -D HASP_MODEL="Arduitouch ESP32"
;region -- TFT_eSPI build options ------------------------ ;region -- TFT_eSPI build options ------------------------