From fd83f86b39ecaad67ef8f610e59fa65a2466fed4 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 3 Oct 2021 00:14:21 +0200 Subject: [PATCH] Add PSram config --- user_setups/esp32/arduitouch-esp32_ili9341.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_setups/esp32/arduitouch-esp32_ili9341.ini b/user_setups/esp32/arduitouch-esp32_ili9341.ini index f25d43af..d71e641d 100644 --- a/user_setups/esp32/arduitouch-esp32_ili9341.ini +++ b/user_setups/esp32/arduitouch-esp32_ili9341.ini @@ -1,6 +1,6 @@ ;***************************************************; ; AZ ArduiTouch PCB with ESP32 with 2.4" or 2.8" ; -; - ESP32-WROOM-32 board ; +; - ESP32-WROOM or WROVER board ; ; - ili9341 TFT ; ; - xpt2046 touch controller ; ;***************************************************; @@ -12,6 +12,7 @@ board = esp32dev build_flags = ${env.build_flags} ${esp32.build_flags} + ${esp32.ps_ram} -D HASP_MODEL="Arduitouch ESP32" ;region -- TFT_eSPI build options ------------------------