Updated Home (markdown)

Michael Miller
2023-06-27 18:29:08 -07:00
parent 5de211f97f
commit 5506873cee

10
Home.md

@@ -24,6 +24,15 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
[The API Reference](https://github.com/Makuna/NeoPixelBus/wiki/API-Reference) will just give you details of objects and methods available to you.
## Latest Features
### (June 27th, 2023)
- MBI6033 two wire LED support
- APA106 (600Kbps) for 16Mhz AVR uC
- New Feature to support RGB with warmer white AND cooler white LEDs (RgbwwColor & GrbcwxFeature)
- 16 Bits per element Colors have an 8bit DIM/Brighten
- Major Refactor color features to reduce code duplication and make it easier to add new color order variants.
- Extended the Color Features variants to include all variants for Rgb, Rgbw, Rgb48, and Rgbw64
- Bug Fixes
### (April 11th, 2023)
* SM16716 support
* RGBWxx Color Feature
@@ -70,6 +79,7 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
* WS2801
* P9813
* SM16716
* MBI6033
## [Using this library in a proprietary application](https://github.com/Makuna/NeoPixelBus/wiki/Library-Comercial-Use)
Using this Library as part of a closed application with its current license is tricky. But it can be accomplished.