From 11a45af69fb781dd8a144bb9520630abd6e4fb36 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 25 Sep 2018 11:15:30 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 49d6068..a85d159 100644 --- a/Home.md +++ b/Home.md @@ -18,17 +18,20 @@ 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 + ### (June 13th, 2018) * Esp32 now supported with hardware. ## Supported Platforms * AVR 8 bit Arduino -* Esp8266 & Esp32 +* Esp8266 & Esp32 in hardware * Most Arm based Arduinos. ## Supported Pixels -* WS2811, WS2812 & WS2813 -* SK6812rgb and SK6812rgbw (three and four channel pixels that have the extra white LED in them) +* WS2811, WS2812, WS2812b, WS2813, SK6812, & LC8812 +* RGB and RGBW (in various color order) * APA102 * All one and two wire RGB pixels that use the same transport as any of the above.