The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_LVGL_BUFFER_ALLOC_DYNAMIC

Dynamic

Type: bool

Help

Rendering buffers are dynamically allocated based on the actual
display parameters

Direct dependencies

<choice: Rendering Buffer Allocation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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

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

config LVGL_BUFFER_ALLOC_DYNAMIC
    bool "Dynamic"
    depends on <choice>
    help
      Rendering buffers are dynamically allocated based on the actual
      display parameters

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