diff --git a/ReadMe.md b/ReadMe.md index aa61e1ce..7caff64f 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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) diff --git a/library.json b/library.json index 638e27df..7ca4fe95 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/Makuna/NeoPixelBus" }, - "version": "2.7.6", + "version": "2.7.7", "frameworks": "arduino", "platforms": "*", "dependencies": [ diff --git a/library.properties b/library.properties index 7bfa7171..122f82f9 100644 --- a/library.properties +++ b/library.properties @@ -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.