CONFIG_LVGL_MEM_POOL_MAX_SIZE
Maximum memory pool block size
Type: int
Help
Size of the largest block in the memory pool in bytes
Direct dependencies
(LVGL_MEM_POOL_KERNEL
|| LVGL_MEM_POOL_USER
) && LVGL
(Includes any dependencies from ifs and menus.)
Default
2048
Kconfig definition
At <Zephyr>/lib/gui/lvgl/Kconfig.memory:54
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:43
→ <Zephyr>/lib/Kconfig:8
→ <Zephyr>/lib/gui/Kconfig:4
→ <Zephyr>/lib/gui/lvgl/Kconfig:25
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Memory manager settings
config LVGL_MEM_POOL_MAX_SIZE
int "Maximum memory pool block size"
default 2048
depends on (LVGL_MEM_POOL_KERNEL || LVGL_MEM_POOL_USER) && LVGL
help
Size of the largest block in the memory pool in bytes
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)