feat(nuttx_image_cache): add configuration to use image cache heap for default heap (#7653)

This commit is contained in:
Benign X
2025-02-21 14:31:14 +08:00
committed by GitHub
parent 889f42be3f
commit 93cef1274a
4 changed files with 38 additions and 0 deletions
+5
View File
@@ -1832,6 +1832,11 @@ menu "LVGL configuration"
depends on LV_USE_NUTTX
default n
config LV_NUTTX_DEFAULT_DRAW_BUF_USE_INDEPENDENT_IMAGE_HEAP
bool "Use independent image heap for default draw buffer"
depends on LV_USE_NUTTX_INDEPENDENT_IMAGE_HEAP
default n
config LV_USE_NUTTX_LIBUV
bool "Use uv loop to replace default timer loop and other fb/indev timers"
depends on LV_USE_NUTTX && LIBUV