From 483e13ddd560b1e494be079df957aa776913378e Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 2 Feb 2023 18:29:49 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/Home.md b/Home.md index ae062e0..fe0c672 100644 --- a/Home.md +++ b/Home.md @@ -36,35 +36,19 @@ 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 +### (February 2nd, 2023) +- ESP32/ESP32S2 I2S x8/x16 Parallel channel support +- LGT8F328P support (32mhz AVR) +- ESP32-S3 RMT support +- WS2816 + ### (March 27th, 2022) * SM168xx LED support * DMX512 and WS2821 support on ESP8266 * Gamma correction for RgbwColor, Rgb48Color, Rgb64Color -### (October 10th, 2021) -* UCS8903 (RGB) & UCS8904 (RGBW) LEDs support - -### (June 13th, 2021) -* ESP32C3 supported -* ESP8266 Arduino Board support v3 release supported (work around in place for IRAM attribute GCC bug) -* TM1914 - -### (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 -* APA106 timing tuning -* Rgb16Color (565 16 bit color) and Rgb48Color (48 bit color) objects -* General bug fixes - ## Supported Platforms -* AVR 8 bit Arduino +* AVR 8 bit Arduino including LGT8F328P 32Mhz * Esp8266, Esp32, Nano 33 BLE in hardware * Many Arm based Arduinos.