mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-06 12:24:27 +02:00
Updated Home (markdown)
45
Home.md
45
Home.md
@@ -18,6 +18,10 @@ This library has a ton of features; while a great amount of effort has been spen
|
||||
* P9813 features and methods are not documented yet
|
||||
* TM1914 features are not documented yet
|
||||
* NeoSegmentBus, features and methods are not documented yet
|
||||
* UCS8903 (RGB) & UCS8904 (RGBW), features and methods are not documented yet
|
||||
* DMX512 and WS2821 features and methods are not documented yet
|
||||
* SM168xx features and methods are not documented yet
|
||||
|
||||
|
||||
# Overview
|
||||
This is an Arduino Library that supports sending out data to update a series of color "smart LEDs" commonly known as NeoPixels and/or DotStars.
|
||||
@@ -32,6 +36,11 @@ 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 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
|
||||
|
||||
@@ -54,48 +63,24 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
|
||||
* Rgb16Color (565 16 bit color) and Rgb48Color (48 bit color) objects
|
||||
* General bug fixes
|
||||
|
||||
### (March 28th, 2020)
|
||||
* P9813 support
|
||||
|
||||
### (March 27th, 2020)
|
||||
* SK9822 support
|
||||
|
||||
### (January 10th, 2020)
|
||||
* WS2801 specific feature and method
|
||||
|
||||
### (December 9th, 2019)
|
||||
* Nano 33 BLE hardware async support
|
||||
|
||||
### (October 17th, 2019)
|
||||
* Inverted signal support, makes it easy for a cheap and simple level shifter
|
||||
* Ws2811 specific method
|
||||
* Esp32 RMT Ch6 now the default on Esp32 platform (due to bug in i2s in core)
|
||||
|
||||
### (September 25th, 2019)
|
||||
* LPD8806 support
|
||||
* NeoPixelSegmentBus - series of seven segment displays driven by WS2811s
|
||||
|
||||
### (September 1st, 2019)
|
||||
* APA 106 support
|
||||
|
||||
### (June 9th, 2019)
|
||||
* Esp32 now supported with RMT hardware.
|
||||
|
||||
## Supported Platforms
|
||||
* AVR 8 bit Arduino
|
||||
* Esp8266, Esp32, Nano 33 BLE in hardware
|
||||
* Most Arm based Arduinos.
|
||||
* Many Arm based Arduinos.
|
||||
|
||||
## Supported Pixels
|
||||
* RGB and RGBW (in various color order)
|
||||
* RGB and RGBW (in various color order and bit depths)
|
||||
* All one and two wire RGB pixels that use the same transport as any of the below.
|
||||
|
||||
### NeoPixels, one data wire
|
||||
* WS2811, WS2812, WS2812b, WS2813
|
||||
* WS2811, WS2812, WS2812b, WS2813, WS2816, WS2821
|
||||
* APA 106
|
||||
* SK6812
|
||||
* LC8812
|
||||
* TM1814
|
||||
* UCS8903 & UCS8904
|
||||
* SM168xx
|
||||
* DMX512
|
||||
|
||||
### DotStars, two wire, one data and one clock
|
||||
* APA102
|
||||
|
Reference in New Issue
Block a user