:orphan: .. title:: LVGL_LED_BRIGHT_MIN .. option:: CONFIG_LVGL_LED_BRIGHT_MIN *LED minimum brightness* Type: ``int`` Help ==== .. code-block:: none LED minimum brightness Direct dependencies =================== \ :option:`LVGL_USE_LED ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 120 Kconfig definition ================== At ``/gui/lvgl/Kconfig.objects:172`` 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_MIN int "LED minimum brightness" default 120 depends on LVGL_USE_LED && LVGL help LED minimum brightness *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*