:orphan: .. title:: LVGL_DOUBLE_VDB .. option:: CONFIG_LVGL_DOUBLE_VDB *Use two rendering buffers* Type: ``bool`` Help ==== Use two buffers to render and flush data in parallel Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.memory:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:25`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Memory manager settings .. parsed-literal:: config LVGL_DOUBLE_VDB bool "Use two rendering buffers" depends on \ :option:`LVGL ` help Use two buffers to render and flush data in parallel *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*