Updated Home (markdown)

Michael Miller
2024-04-28 14:23:10 -07:00
parent 802775b0d1
commit 764fff2678

16
Home.md

@@ -24,6 +24,12 @@ 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 28th, 2024)
* New LED support: WS2814 & HD108
* ESP32, compile for Board support v3.0.0
* ESP32 RMT would log an error on a common query call, filtered the logging
* Bug Fixes
### (Mar 19th, 2024)
* RP2040 platform support
* WS2805 method and 5 element RGBWW feature
@@ -36,15 +42,6 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
* GS1903 on ESP32 chip support
* Bug Fixes
### (June 27th, 2023)
- MBI6033 two wire LED support
- APA106 (600Kbps) for 16Mhz AVR uC
- New Feature to support RGB with warmer white AND cooler white LEDs (RgbwwColor & GrbcwxFeature)
- 16 Bits per element Colors have an 8bit DIM/Brighten
- Major Refactor color features to reduce code duplication and make it easier to add new color order variants.
- Extended the Color Features variants to include all variants for Rgb, Rgbw, Rgb48, and Rgbw64
- Bug Fixes
## Supported Platforms
* AVR 8 bit Arduino including LGT8F328P 32Mhz
* Esp8266, Esp32, RP2040, and Nano 33 BLE in hardware
@@ -74,6 +71,7 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
* SM16716
* MBI6033
* TLC59711
* HD108
## [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.