mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-07-29 16:37:14 +02:00
inc version (#743)
This commit is contained in:
@ -4,12 +4,9 @@
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
Please read this best practices link before connecting your NeoPixels, it will save you a lot of time and effort.
|
||||
[Adafruit NeoPixel Best Practices](https://learn.adafruit.com/adafruit-neopixel-uberguide/best-practices)
|
||||
|
||||
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)
|
||||
@ -18,9 +15,6 @@ 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](https://github.com/Makuna/NeoPixelBus/wiki/Library-Comparisons).
|
||||
|
||||
## Documentation
|
||||
[See Wiki](https://github.com/Makuna/NeoPixelBus/wiki)
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/Makuna/NeoPixelBus"
|
||||
},
|
||||
"version": "2.7.6",
|
||||
"version": "2.7.7",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*",
|
||||
"dependencies": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
name=NeoPixelBus by Makuna
|
||||
version=2.7.6
|
||||
version=2.7.7
|
||||
author=Michael C. Miller (makuna@live.com)
|
||||
maintainer=Michael C. Miller (makuna@live.com)
|
||||
sentence=A library that makes controlling NeoPixels (WS2812x and many others) and DotStars (SK6812 and many others) easy.
|
||||
|
Reference in New Issue
Block a user