Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makuna/neopixelbus
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.
https://github.com/makuna/neopixelbus
apa102 apa106 arduino dotstar dotstar-leds esp32-arduino esp8266-arduino led-controlling led-strips lpd8806 nano-33-ble neopixels rgb-led rgbw-leds sk6812 wire-protocol-rgb ws2811 ws2812 ws2812b ws2813
Last synced: 3 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/makuna/neopixelbus
- Owner: Makuna
- License: lgpl-3.0
- Created: 2014-10-06T18:44:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T15:30:53.000Z (2 months ago)
- Last Synced: 2024-10-29T15:17:41.192Z (about 2 months ago)
- Topics: apa102, apa106, arduino, dotstar, dotstar-leds, esp32-arduino, esp8266-arduino, led-controlling, led-strips, lpd8806, nano-33-ble, neopixels, rgb-led, rgbw-leds, sk6812, wire-protocol-rgb, ws2811, ws2812, ws2812b, ws2813
- Language: C++
- Homepage:
- Size: 1.46 MB
- Stars: 1,175
- Watchers: 58
- Forks: 261
- Open Issues: 43
-
Metadata Files:
- Readme: ReadMe.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# NeoPixelBus
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6AA97KE54UJR4)
Arduino NeoPixel library
A library to control one wire protocol RGB, RGBW, and RGBWW 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.For quick questions and support:
* [Try the new Github Discussions](https://github.com/Makuna/NeoPixelBus/discussions)
* [Discord NeoPixelBus Invitation](https://discord.gg/c6FrysvZyV) or if you are already a member of [Discord Server NeoPixelBus](https://discord.com/channels/789177382221119519/789177382221119521)
* Or jump on Gitter
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Makuna/NeoPixelBus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)For bugs, make sure there isn't an active issue and then create one.
## Documentation
[See Wiki](https://github.com/Makuna/NeoPixelBus/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.