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

@@ -119,7 +119,7 @@ void tftSetup(void)
#ifdef ARCH_ESP32
tftSleepObserver.observe(&notifyLightSleep);
endSleepObserver.observe(&notifyLightSleepEnd);
xTaskCreatePinnedToCore(tft_task_handler, "tft", 8192, NULL, 1, NULL, 0);
xTaskCreatePinnedToCore(tft_task_handler, "tft", 10240, NULL, 1, NULL, 0);
#endif
}