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

Kconfig definition

At lib/gui/lvgl/Kconfig:164

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