move LVGL framebuffer into PSRAM

This commit is contained in:
sharandac
2020-08-10 00:31:15 +02:00
parent 38c48df235
commit 40794d8b0a
6 changed files with 21 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ board = ttgo-t-watch
framework = arduino
board_build.f_flash = 80000000L
monitor_speed = 115200
monitor_filters = default, esp32_exception_decoder
build_flags =
; -DCORE_DEBUG_LEVEL=3
-DBOARD_HAS_PSRAM
@@ -25,5 +26,4 @@ lib_deps =
ESP Async WebServer@>=1.2.0
AsyncTCP@>=1.1.1
ArduinoJson@>=6.15.2
ESP32SSPD@>=1.1.0
;monitor_filters= default, esp32_exception_decoder
ESP32SSPD@>=1.1.0