:orphan: .. title:: LVGL_LED_BRIGHT_MAX .. option:: CONFIG_LVGL_LED_BRIGHT_MAX *LED maximum brightness* Type: ``int`` Help ==== .. code-block:: none LED maximum brightness Direct dependencies =================== \ :option:`LVGL_USE_LED ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 255 Kconfig definition ================== At ``/gui/lvgl/Kconfig.objects:178`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:33`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → LED object .. code-block:: kconfig 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.)*