inc version (#743)

This commit is contained in:
Michael Miller
2023-11-07 06:07:52 -08:00
committed by GitHub
parent 7e84f7b759
commit 4e41e33a66
3 changed files with 3 additions and 9 deletions

View File

@ -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)

View File

@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/Makuna/NeoPixelBus"
},
"version": "2.7.6",
"version": "2.7.7",
"frameworks": "arduino",
"platforms": "*",
"dependencies": [

View File

@ -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.