From 5506873cee7dfcdf91f122709f8dab72502324af Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 27 Jun 2023 18:29:08 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Home.md b/Home.md index d079fb5..a4df38d 100644 --- a/Home.md +++ b/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.