:orphan: .. title:: CONFIG_LVGL_DISPLAY_DEV_NAME .. kconfig:: CONFIG_LVGL_DISPLAY_DEV_NAME CONFIG_LVGL_DISPLAY_DEV_NAME ############################ *Display device name* Type: ``string`` Help ==== .. code-block:: none Name of the display device to use for rendering. Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "" if \ :kconfig:`HAS_DTS ` - "DISPLAY" Kconfig definition ================== At ``/gui/lvgl/Kconfig.graphical:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:24`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings .. code-block:: kconfig config LVGL_DISPLAY_DEV_NAME string "Display device name" default "" if HAS_DTS default "DISPLAY" depends on LVGL help Name of the display device to use for rendering. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*