The latest development version of this page may be more current than this released 2.6.1-rc1 version.
choice: Memory pool

Memory pool

Type: bool

Help

Memory pool to use for lvgl allocated objects

Direct dependencies

LVGL

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At lib/gui/lvgl/Kconfig.memory:15

Included via Kconfig:8Kconfig.zephyr:33lib/Kconfig:8lib/gui/Kconfig:4lib/gui/lvgl/Kconfig:25

Menu path: (Top) → Additional libraries → LittlevGL GUI library → Memory manager settings

choice
    bool "Memory pool"
    default LVGL_MEM_POOL_HEAP_KERNEL
    depends on LVGL
    help
      Memory pool to use for lvgl allocated objects

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)