:orphan: .. title:: CONFIG_LVGL_MEM_POOL_MIN_SIZE .. kconfig:: CONFIG_LVGL_MEM_POOL_MIN_SIZE CONFIG_LVGL_MEM_POOL_MIN_SIZE ############################# *Minimum memory pool block size* Type: ``int`` Help ==== .. code-block:: none Size of the smallest block in the memory pool in bytes Direct dependencies =================== (\ :kconfig:`LVGL_MEM_POOL_KERNEL ` || \ :kconfig:`LVGL_MEM_POOL_USER `) && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== At ``/gui/lvgl/Kconfig.memory:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:25`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Memory manager settings .. code-block:: kconfig config LVGL_MEM_POOL_MIN_SIZE int "Minimum memory pool block size" default 16 depends on (LVGL_MEM_POOL_KERNEL || LVGL_MEM_POOL_USER) && LVGL help Size of the smallest block in the memory pool in bytes *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*