CONFIG_LVGL_LED_BRIGHT_MAX¶
LED maximum brightness
Type: int
Help¶
LED maximum brightness
Default¶
- 255 
Kconfig definition¶
At <Zephyr Library>/gui/lvgl/Kconfig.objects:178
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/Kconfig:8 → <Zephyr Library>/gui/Kconfig:4 → <Zephyr Library>/gui/lvgl/Kconfig:33
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → LED object
config LVGL_LED_BRIGHT_MAX
    int "LED maximum brightness"
    default 255
    depends on LVGL_USE_LED && LVGL
    help
      LED maximum brightness
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)