mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 12:54:26 +02:00
Updated Home (markdown)
30
Home.md
30
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.
|
[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
|
## Latest Features
|
||||||
|
### (Mar 19th, 2024)
|
||||||
|
* RP2040 platform support
|
||||||
|
* WS2805 method and 5 element RGBWW feature
|
||||||
|
* TLC59711 led/chip support
|
||||||
|
* ESP bitbang improvements
|
||||||
|
|
||||||
### (Nov 7th, 2023)
|
### (Nov 7th, 2023)
|
||||||
* Rgbww80Color (16 bits per color element, RGB with Warmer White and Cooler White)
|
* Rgbww80Color (16 bits per color element, RGB with Warmer White and Cooler White)
|
||||||
* SM16825 chip support (Govee Outdoor Pro)
|
* SM16825 chip support (Govee Outdoor Pro)
|
||||||
@@ -39,28 +45,9 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
|
|||||||
- Extended the Color Features variants to include all variants for Rgb, Rgbw, Rgb48, and Rgbw64
|
- Extended the Color Features variants to include all variants for Rgb, Rgbw, Rgb48, and Rgbw64
|
||||||
- Bug Fixes
|
- Bug Fixes
|
||||||
|
|
||||||
### (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
|
|
||||||
|
|
||||||
### (February 2nd, 2023)
|
|
||||||
- ESP32/ESP32S2 I2S x8/x16 Parallel channel support
|
|
||||||
- LGT8F328P support (32mhz AVR)
|
|
||||||
- ESP32-S3 RMT support
|
|
||||||
- WS2816
|
|
||||||
|
|
||||||
## Supported Platforms
|
## Supported Platforms
|
||||||
* AVR 8 bit Arduino including LGT8F328P 32Mhz
|
* AVR 8 bit Arduino including LGT8F328P 32Mhz
|
||||||
* Esp8266, Esp32, Nano 33 BLE in hardware
|
* Esp8266, Esp32, RP2040, and Nano 33 BLE in hardware
|
||||||
* Many Arm based Arduinos.
|
* Many Arm based Arduinos.
|
||||||
|
|
||||||
## Supported Pixels
|
## Supported Pixels
|
||||||
@@ -68,7 +55,7 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
|
|||||||
* All one and two wire RGB pixels that use the same transport as any of the below.
|
* All one and two wire RGB pixels that use the same transport as any of the below.
|
||||||
|
|
||||||
### NeoPixels, one data wire
|
### NeoPixels, one data wire
|
||||||
* WS2811, WS2812, WS2812b, WS2813, WS2816, WS2821
|
* WS2811, WS2812, WS2812b, WS2813, WS2814, WS2816, WS2821, WS2805
|
||||||
* APA 106
|
* APA 106
|
||||||
* SK6812
|
* SK6812
|
||||||
* LC8812
|
* LC8812
|
||||||
@@ -86,6 +73,7 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
|
|||||||
* P9813
|
* P9813
|
||||||
* SM16716
|
* SM16716
|
||||||
* MBI6033
|
* MBI6033
|
||||||
|
* TLC59711
|
||||||
|
|
||||||
## [Using this library in a proprietary application](https://github.com/Makuna/NeoPixelBus/wiki/Library-Comercial-Use)
|
## [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.
|
Using this Library as part of a closed application with its current license is tricky. But it can be accomplished.
|
||||||
|
Reference in New Issue
Block a user