From e78d6deec8db139d8e4815ea20ac22c355952f7b Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 9 Sep 2019 15:56:09 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index b8d247a..fe5f4af 100644 --- a/Home.md +++ b/Home.md @@ -18,11 +18,11 @@ 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 -### (September 23rd, 2018) -* Better compatibility with newer made chips that no longer follow original specs +### (September 1st, 2019) +* APA 106 support -### (June 13th, 2018) -* Esp32 now supported with hardware. +### (June 9th, 2019) +* Esp32 now supported with RMT hardware. ## Supported Platforms * AVR 8 bit Arduino @@ -30,11 +30,14 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad * Most Arm based Arduinos. ## Supported Pixels -* WS2811, WS2812, WS2812b, WS2813, SK6812, & LC8812 +* WS2811, WS2812, WS2812b, WS2813, APA 106, SK6812, & LC8812 (NeoPixels) * RGB and RGBW (in various color order) -* APA102 +* APA102 (DotStars) * All one and two wire RGB pixels that use the same transport as any of the above. +## [Using this library in a comercial product](https://github.com/Makuna/NeoPixelBus/wiki/Library-ComercialUse) +Using this Library with its current license is tricky. But it can be accomplished. + ## [Library Comparisons](https://github.com/Makuna/NeoPixelBus/wiki/Library-Comparisons) Why use this library over another? The section linked here are the top level unique features/issues to the most common libraries to help you choose.