Updated Home (markdown)

Michael Miller
2019-09-09 15:56:09 -07:00
parent 0affcdddb0
commit e78d6deec8

15
Home.md

@@ -18,11 +18,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
### (September 23rd, 2018)
* Better compatibility with newer made chips that no longer follow original specs
### (September 1st, 2019)
* APA 106 support
### (June 13th, 2018)
* Esp32 now supported with hardware.
### (June 9th, 2019)
* Esp32 now supported with RMT hardware.
## Supported Platforms
* AVR 8 bit Arduino
@@ -30,11 +30,14 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
* Most Arm based Arduinos.
## Supported Pixels
* WS2811, WS2812, WS2812b, WS2813, SK6812, & LC8812
* WS2811, WS2812, WS2812b, WS2813, APA 106, SK6812, & LC8812 (NeoPixels)
* RGB and RGBW (in various color order)
* APA102
* APA102 (DotStars)
* All one and two wire RGB pixels that use the same transport as any of the above.
## [Using this library in a comercial product](https://github.com/Makuna/NeoPixelBus/wiki/Library-ComercialUse)
Using this Library with its current license is tricky. But it can be accomplished.
## [Library Comparisons](https://github.com/Makuna/NeoPixelBus/wiki/Library-Comparisons)
Why use this library over another? The section linked here are the top level unique features/issues to the most common libraries to help you choose.