Skip to content

An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.

License

Notifications You must be signed in to change notification settings

Makuna/NeoPixelBus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

923b0e2 Â· Jan 31, 2021
Oct 10, 2019
Dec 7, 2019
Dec 10, 2018
Jan 27, 2021
Oct 6, 2014
Oct 6, 2014
Jan 22, 2018
Dec 26, 2020
Jan 24, 2021
Jan 31, 2021
Jan 31, 2021

Repository files navigation

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 (prefered, 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.