readme

## LED Indicator

As one of the simplest output peripherals, LED indicators can indicate the current operating state of the system by blinking in different types. ESP-IoT-Solution provides an LED indicator component with the following features:

* Can define multiple groups of different blink types
* Can define the priority of blink types
* Can set up multiple indicators
* LEDC and other drivers support adjustable brightness, gradient
* Support adjustment light with gamma
* Supports LED strips types like WS2812 and SK6812, and offers gradual color transitions based on the color wheel, brightness transitions, and the ability to specify LED index.

### Support LED Types

| LED TYPES  | ON_OFF | Brightness | Breath | Color | Color ring | Addressable |
| :--------: | :----: | :--------: | :----: | :---: | :--------: | :---------: |
|  GPIO LED  |   √    |     ×      |   ×    |   ×   |     ×      |      ×      |
|  PWN LED   |   √    |     √      |   √    |   ×   |     ×      |      ×      |
|  RGB LED   |   √    |     √      |   √    |   √   |     √      |      ×      |
| LED strips |   √    |     √      |   √    |   √   |     √      |      √      |

### LED Indicator User Guide

Please refer: https://docs.espressif.com/projects/esp-iot-solution/en/latest/display/led_indicator.html

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/led_indicator^0.9.0"

or download archive

Stats

  • Downloaded in total
    Downloaded in total 18.9k times
  • Downloaded this version
    This version: 532 times

Badge

espressif/led_indicator version: 0.9.0
|