Updated Home (markdown)

Michael Miller
2023-04-11 10:42:49 -07:00
parent d478cbaef6
commit 4bf6751920

15
Home.md

@@ -22,6 +22,15 @@ 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
### (April 11th, 2023)
* SM16716 support
* RGBWxx Color Feature
* Run-time calculated Gamma Table
* Source file reorganization and cleanup
* ESP8266 DMA Timing Tweaking to remove glitches
* CIE Lab Gamma Equation
* Linear blend by uint8_t supported
### (February 9th, 2023)
- Gamma Table method supports 16 bit color elements
- Bug fixes
@@ -32,11 +41,6 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
- ESP32-S3 RMT support
- WS2816
### (March 27th, 2022)
* SM168xx LED support
* DMX512 and WS2821 support on ESP8266
* Gamma correction for RgbwColor, Rgb48Color, Rgb64Color
## Supported Platforms
* AVR 8 bit Arduino including LGT8F328P 32Mhz
* Esp8266, Esp32, Nano 33 BLE in hardware
@@ -63,6 +67,7 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
* LPD8806
* WS2801
* P9813
* SM16716
## [Using this library in a proprietary application](https://github.com/Makuna/NeoPixelBus/wiki/Library-Comercial-Use)
Using this Library as part of a closed application with its current license is tricky. But it can be accomplished.