diff --git a/Home.md b/Home.md index 43348c3..c23be75 100644 --- a/Home.md +++ b/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.