From 7b6a0787b2edfa332b4250436466bd738909e121 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 10 Jan 2020 14:48:32 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index 26ddef0..f2f6abf 100644 --- a/Home.md +++ b/Home.md @@ -18,6 +18,9 @@ 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 +### (January 10th, 2020) +* WS2801 specific feature and method + ### (December 9th, 2019) * Nano 33 BLE hardware async support @@ -46,6 +49,7 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad * RGB and RGBW (in various color order) * APA102 (DotStars) * LPD8806 +* WS2801 * All one and two wire RGB pixels that use the same transport as any of the above. ## [Using this library in a proprietary application](https://github.com/Makuna/NeoPixelBus/wiki/Library-Comercial-Use)