espp/led_strip

0.21.0

uploaded 2 days ago
LED Strip component for ESP-IDF

readme

# LED Strip Component 

The `LedStrip` component provides APIs to control LED strips. It supports
various LED strip types, such as WS2812, WS2811, WS2813, SK6812, APA102, etc.
You can use it directly with an SPI driver to talk to APA102 LED strips, or you
can use it with a RMT driver (such as the `Rmt` component) to talk to WS2812,
WS2811, WS2813, SK6812, etc. LED strips.

## Example

The [example](./example) shows the use of the `LedStrip` class to control a 5x5
array of RGB LEDs (SK6805).

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/led_strip^0.21.0"

or download archive

Stats

  • Archive size
    Archive size ~ 12.07 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espp/led_strip version: 0.21.0
|