The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_LVGL_MEM_POOL_USER

User space lvgl pool

Type: bool

Help

Use a dedicated memory pool in user space to allocate lvgl objects on

Direct dependencies

<choice: Memory pool>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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 → Memory pool

config LVGL_MEM_POOL_USER
    bool "User space lvgl pool"
    depends on <choice>
    help
      Use a dedicated memory pool in user space to allocate lvgl objects on

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