-
CONFIG_LVGL_MEM_POOL_NUMBER_BLOCKS
¶
Number of max size blocks in memory pool
Type: int
Help¶
Number of maximum sized blocks in the memory pool.
Direct dependencies¶
(LVGL_MEM_POOL_KERNEL
|| LVGL_MEM_POOL_USER
) && LVGL
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1 if (
LVGL_MEM_POOL_KERNEL
||LVGL_MEM_POOL_USER
) &&LVGL
Kconfig definition¶
At lib/gui/lvgl/Kconfig:176
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_NUMBER_BLOCKS int prompt "Number of max size blocks in memory pool" if (LVGL_MEM_POOL_KERNEL
||LVGL_MEM_POOL_USER
) &&LVGL
default 1 if (LVGL_MEM_POOL_KERNEL
||LVGL_MEM_POOL_USER
) &&LVGL
depends on (LVGL_MEM_POOL_KERNEL
||LVGL_MEM_POOL_USER
) &&LVGL
help Number of maximum sized blocks in the memory pool.
(Definitions include propagated dependencies, including from if’s and menus.)