Updated Home (markdown)

Michael Miller
2021-01-31 14:13:25 -08:00
parent 8790b1c3ae
commit 221866fa7c

15
Home.md

@@ -61,14 +61,23 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
* Most Arm based Arduinos.
## Supported Pixels
* WS2811, WS2812, WS2812b, WS2813, APA 106, SK6812, & LC8812 (NeoPixels)
* RGB and RGBW (in various color order)
* APA102 (DotStars)
* 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
* APA 106
* SK6812
* LC8812
* TM1814
### DotStars, two wire, one data and one clock
* APA102
* SK9822
* LPD6803
* LPD8806
* WS2801
* P9813
* All one and two wire RGB pixels that use the same transport as any of the above.
## [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.