:orphan: .. title:: CONFIG_LVGL_BUFFER_ALLOC_DYNAMIC .. kconfig:: CONFIG_LVGL_BUFFER_ALLOC_DYNAMIC CONFIG_LVGL_BUFFER_ALLOC_DYNAMIC ################################ *Dynamic* Type: ``bool`` Help ==== .. code-block:: none Rendering buffers are dynamically allocated based on the actual display parameters Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/gui/lvgl/Kconfig.memory:97`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:25`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Memory manager settings → Rendering Buffer Allocation .. code-block:: kconfig config LVGL_BUFFER_ALLOC_DYNAMIC bool "Dynamic" depends on help Rendering buffers are dynamically allocated based on the actual display parameters *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*