From 0cca9b659e23dcb6065833ed2e442bd75ddfa7d0 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 18 Jun 2017 10:43:27 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index 4c2dc8f..bd6f1b2 100644 --- a/Home.md +++ b/Home.md @@ -15,6 +15,9 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad [Just want to see the API Reference?](https://github.com/Makuna/NeoPixelBus/wiki/API-Reference) +## Latest Features (June 18th, 2017) +* Ws2813 support (and newer Ws2812b may require this) + ## Latest Features (April 5th, 2017) * Esp32 now supported! The current default method is a bit bang method. Hardware support coming soon. * Reorganized the examples to make a less cluttered menu. @@ -29,18 +32,13 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad * DotStar (APA102) support. * HslColor and HsbColor now includes a Bilinear blend methods. -## Latest Features (July 3rd, 2016) -* [NeoEsp8266AsyncUart800KbpsMethod](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelBus-object#neoesp8266asyncuart800kbpsmethod) - This Esp8266 specific method uses the UART interrupt to read from a secondary buffer to send the data to the NeoPixels. It requires very little CPU overhead but does require an extra buffer similar to the Dma method. -* [HtmlColor::Parse](https://github.com/Makuna/NeoPixelBus/wiki/HtmlColor-object-API#size_t-parseconst-char-name-size_t-namesize) will parse a string looking for standard Html/CSS3 color names and values. -* [HtmlColor::ToString](https://github.com/Makuna/NeoPixelBus/wiki/HtmlColor-object-API#size_t-tostringchar-buf-size_t-bufsize-const) and [HtmlColor::ToNumericalString](https://github.com/Makuna/NeoPixelBus/wiki/HtmlColor-object-API#size_t-tonumericalstringchar-buf-size_t-bufsize-const) will convert the color to a standard Html/CSS3 color names. - ## Supported Platforms * AVR 8 bit Arduino * Esp8266 & Esp32 * Most Arm based Arduinos. ## Supported Pixels -* WS2811 & WS2812 +* WS2811, WS2812 & WS2813 * SK6812rgb and SK6812rgbw (three and four channel pixels that have the extra white LED in them) * APA102 * All one and two wire RGB pixels that use the same transport as any of the above.