# Neopixel Component [](https://components.espressif.com/components/espp/neopixel) The `Neopixel` component provides APIs to control Neopixels. It uses an RMT driver (via the `Rmt` component) to talk to WS2812, WS2811, WS2813, SK6812, etc. LED strips. ## Example The [example](./example) shows the use of the `Neopixel` class to control a an RGB LED (WS2812).
578972c307a99a8a1d9fc7ef2fe5ea6f2dc04e59
idf.py add-dependency "espp/neopixel^1.0.22"