:orphan: .. title:: CONFIG_LVGL_MEM_POOL_NUMBER_BLOCKS .. kconfig:: CONFIG_LVGL_MEM_POOL_NUMBER_BLOCKS CONFIG_LVGL_MEM_POOL_NUMBER_BLOCKS ################################## *Number of max size blocks in memory pool* Type: ``int`` Help ==== .. code-block:: none Number of maximum sized blocks in the memory pool. Direct dependencies =================== (\ :kconfig:`LVGL_MEM_POOL_KERNEL ` || \ :kconfig:`LVGL_MEM_POOL_USER `) && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/gui/lvgl/Kconfig.memory:60`` 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_NUMBER_BLOCKS int "Number of max size blocks in memory pool" default 1 depends on (LVGL_MEM_POOL_KERNEL || LVGL_MEM_POOL_USER) && LVGL help Number of maximum sized blocks in the memory pool. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*