CONFIG_LVGL_THEME_DEFAULT_COLOR_PRIMARY_CUSTOM_GREEN

Custom primary color (green)

Type: hex

Help

Custom primary color RGB green channel

Direct dependencies

LVGL_THEME_DEFAULT_COLOR_PRIMARY_CUSTOM && LVGL

(Includes any dependencies from ifs and menus.)

Default

  • 0x00

Kconfig definition

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

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_PRIMARY_CUSTOM_GREEN
    hex "Custom primary color (green)"
    range 0x00 0xFF
    default 0x00
    depends on LVGL_THEME_DEFAULT_COLOR_PRIMARY_CUSTOM && LVGL
    help
      Custom primary color RGB green channel

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