The latest development version of this page may be more current than this released 2.6.1-rc1 version.
choice: Rendering Buffer Allocation

Rendering Buffer Allocation

Type: bool

Help

Type of allocation that should be used for allocating rendering buffers

Direct dependencies

LVGL

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

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

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 "Rendering Buffer Allocation"
    default LVGL_BUFFER_ALLOC_STATIC
    depends on LVGL
    help
      Type of allocation that should be used for allocating rendering buffers

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