CONFIG_LVGL_THEME_DEFAULT_COLOR_SECONDARY_CUSTOM_RED

Custom secondary color (red)

Type: hex

Help

Custom secondary color RGB red channel

Direct dependencies

LVGL_THEME_DEFAULT_COLOR_SECONDARY_CUSTOM && LVGL

(Includes any dependencies from ifs and menus.)

Default

  • 0x00

Kconfig definition

At <Zephyr>/lib/gui/lvgl/Kconfig.themes:217

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:14<Zephyr>/lib/gui/Kconfig:4<Zephyr>/lib/gui/lvgl/Kconfig:30

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

config LVGL_THEME_DEFAULT_COLOR_SECONDARY_CUSTOM_RED
    hex "Custom secondary color (red)"
    range 0x00 0xFF
    default 0x00
    depends on LVGL_THEME_DEFAULT_COLOR_SECONDARY_CUSTOM && LVGL
    help
      Custom secondary color RGB red channel

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)