The latest development version of this page may be more current than this released 1.14.1 version.
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.)

Kconfig definition

At lib/gui/lvgl/Kconfig:176

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:15lib/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.)