From 8c3d7ab47d8d2e4bd926008662a93c623f5ed016 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 9 Nov 2016 10:30:38 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Home.md b/Home.md index db6a0b3..944d0d3 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 (November 9th, 2016) +* DotStar (APA102) hardware SPI method now runs significantly faster. Five times faster on ESP8266 and twice as fast on AVR. + ## Latest Features (September 1st, 2016) * DotStar (APA102) support. * HslColor and HsbColor now includes a Bilinear blend methods.