MUI: increase stack, cache and drawbuffer (#6389)

* increase stack, cache and drawbuffer

* bump device-ui lib

* T-Deck map: switch to full redraw
This commit is contained in:
Manuel
2025-03-25 01:30:17 +01:00
committed by GitHub
parent e722a97987
commit e9d8a3d7f9
4 changed files with 6 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ build_flags =
-D HAS_SCREEN=0
-D HAS_TFT=1
-D USE_I2S_BUZZER
-D RAM_SIZE=4096
-D RAM_SIZE=5120
-D LV_LVGL_H_INCLUDE_SIMPLE
-D LV_CONF_INCLUDE_SIMPLE
-D LV_COMP_CONF_INCLUDE_SIMPLE
@@ -66,6 +66,7 @@ build_flags =
-D VIEW_320x240
; -D USE_DOUBLE_BUFFER
-D USE_PACKET_API
-D MAP_FULL_REDRAW
lib_deps =
${env:t-deck.lib_deps}