mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 05:26:18 +08:00
feat(nuttx_image_cache): add configuration to use image cache heap for default heap (#7653)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user