CONFIG_LVGL_DISPLAY_DEV_NAME

Display device name

Type: string

Help

Name of the display device to use for rendering.

Direct dependencies

LVGL

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At <Zephyr>/lib/gui/lvgl/Kconfig.graphical:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:43<Zephyr>/lib/Kconfig:8<Zephyr>/lib/gui/Kconfig:4<Zephyr>/lib/gui/lvgl/Kconfig:24

Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings

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.)