CONFIG_LVGL_DOUBLE_VDB¶
Use two rendering buffers
Type: bool
Help¶
Use two buffers to render and flush data in parallel
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Library>/gui/lvgl/Kconfig.memory:76
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/Kconfig:8 → <Zephyr Library>/gui/Kconfig:4 → <Zephyr Library>/gui/lvgl/Kconfig:25
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Memory manager settings
config LVGL_DOUBLE_VDB
    bool "Use two rendering buffers"
    depends on LVGL
    help
      Use two buffers to render and flush data in parallel
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)