:orphan: .. title:: LVGL_MEM_POOL_MIN_SIZE .. option:: 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 =================== (\ :option:`LVGL_MEM_POOL_KERNEL ` || \ :option:`LVGL_MEM_POOL_USER `) && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.memory:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:25`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Memory manager settings .. parsed-literal:: config LVGL_MEM_POOL_MIN_SIZE int "Minimum memory pool block size" default 16 depends on (\ :option:`LVGL_MEM_POOL_KERNEL ` || \ :option:`LVGL_MEM_POOL_USER `) && \ :option:`LVGL ` help Size of the smallest block in the memory pool in bytes *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*