From 706bf87b40d33299c67ce219d306c0994e352bce Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 1 Sep 2016 23:37:43 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index ef52098..db6a0b3 100644 --- a/Home.md +++ b/Home.md @@ -6,7 +6,7 @@ For quick questions jump on Gitter and ask away. [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Makuna/NeoPixelBus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) # Overview -This is an Arduino Library that supports sending out data to update a series of color "smart LEDs" commonly known as NeoPixels. +This is an Arduino Library that supports sending out data to update a series of color "smart LEDs" commonly known as NeoPixels and/or DotStars. [Please see the FAQ for common questions and answers](https://github.com/Makuna/NeoPixelBus/wiki/FAQ). @@ -15,6 +15,10 @@ 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 (September 1st, 2016) +* 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. @@ -28,7 +32,9 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad ## Supported Pixels * WS2811 & WS2812 * SK6812rgb and SK6812rgbw (three and four channel pixels that have the extra white LED in them) -* All one wire RGB pixels that use a the same transport as any of the above. +* APA102 +* All one and two wire RGB pixels that use the same transport as any of the above. + ## [Projects based on this library](https://github.com/Makuna/NeoPixelBus/wiki/Project-References) Here are a few of the projects that use this library. They can often be a great source so you don't have to reinvent the wheel. They maybe just the inspiration you need to make your project.