Tasmota/lib/lib_basic/NeoPixelBus
Stephan Hadinger 543b67228a ESP32S3 allow NeoPixelBus to compile 2022-02-01 15:34:18 +01:00
..
.github Neopixel C3 2021-06-09 20:23:59 +02:00
examples Neopixel v.2.6.7 2021-08-04 17:15:14 +02:00
extras/curves Neopixel C3 2021-06-09 20:23:59 +02:00
src ESP32S3 allow NeoPixelBus to compile 2022-02-01 15:34:18 +01:00
.gitattributes Neopixel C3 2021-06-09 20:23:59 +02:00
.gitignore Neopixel C3 2021-06-09 20:23:59 +02:00
COPYING Neopixel C3 2021-06-09 20:23:59 +02:00
ReadMe.md Neopixel C3 2021-06-09 20:23:59 +02:00
keywords.txt Neopixel v.2.6.7 2021-08-04 17:15:14 +02:00
library.json Neopixel v.2.6.7 2021-08-04 17:15:14 +02:00
library.properties Neopixel v.2.6.7 2021-08-04 17:15:14 +02:00

ReadMe.md

NeoPixelBus

Donate

Arduino NeoPixel library

A library to control one wire protocol RGB and RGBW leds like APA106, SK6812, WS2811, WS2812 and WS2813 that are commonly refered to as NeoPixels and two wire protocol RGB like Lpd8806, APA102 and SK9822 commonly refered to as DotStars. Supports most Arduino platforms.

Please read this best practices link before connecting your NeoPixels, it will save you a lot of time and effort.
Adafruit NeoPixel Best Practices

For quick questions and support:

For bugs, make sure there isn't an active issue and then create one.

Why this library and not FastLED or some other library?

See Why this Library in the Wiki.

Documentation

See Wiki

Installing This Library (preferred, you just want to use it)

Open the Library Manager and search for "NeoPixelBus by Makuna" and install

Installing This Library From GitHub (advanced, you want to contribute)

Create a directory in your Arduino\Library folder named "NeoPixelBus" Clone (Git) this project into that folder.
It should now show up in the import list when you restart Arduino IDE.