-
CONFIG_LVGL_MEM_POOL_MIN_SIZE
¶
Minimum memory pool block size
Type: int
Help¶
Size of the smallest block in the memory pool in bytes
Direct dependencies¶
(LVGL_MEM_POOL_KERNEL
|| LVGL_MEM_POOL_USER
) && LVGL
(Includes any dependencies from if’s and menus.)
Defaults¶
- 16 if (
LVGL_MEM_POOL_KERNEL
||LVGL_MEM_POOL_USER
) &&LVGL
Kconfig definition¶
At lib/gui/lvgl/Kconfig:164
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:15
→ lib/gui/Kconfig:9
Menu path: (top menu) → Additional libraries → Graphical user interface
config LVGL_MEM_POOL_MIN_SIZE int prompt "Minimum memory pool block size" if (LVGL_MEM_POOL_KERNEL
||LVGL_MEM_POOL_USER
) &&LVGL
default 16 if (LVGL_MEM_POOL_KERNEL
||LVGL_MEM_POOL_USER
) &&LVGL
depends on (LVGL_MEM_POOL_KERNEL
||LVGL_MEM_POOL_USER
) &&LVGL
help Size of the smallest block in the memory pool in bytes
(Definitions include propagated dependencies, including from if’s and menus.)