From 21b714d04fefa6345164d0a35105148d5432f1da Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 21 Mar 2021 15:04:06 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Home.md b/Home.md index c23be75..333734a 100644 --- a/Home.md +++ b/Home.md @@ -21,6 +21,13 @@ 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 +### (March 21st, 2021) +* ESP32 I2S method is functional again +* SPI methods now support the ability to dynamically set the speed +* TM1829 +* TX1812 +* NeoSegment improvements for using WS2811 chips to drive 7 Segment LEDs directly + ### (January 31st, 2021) * Dynamic Bus Channels for hardware that supports it (arrays of NeoPixelBus) * LPD6803 support