mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-10 06:14:26 +02:00
Updated Home (markdown)
15
Home.md
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.
|
[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
|
||||||
### (September 23rd, 2018)
|
### (September 1st, 2019)
|
||||||
* Better compatibility with newer made chips that no longer follow original specs
|
* APA 106 support
|
||||||
|
|
||||||
### (June 13th, 2018)
|
### (June 9th, 2019)
|
||||||
* Esp32 now supported with hardware.
|
* Esp32 now supported with RMT hardware.
|
||||||
|
|
||||||
## Supported Platforms
|
## Supported Platforms
|
||||||
* AVR 8 bit Arduino
|
* AVR 8 bit Arduino
|
||||||
@@ -30,11 +30,14 @@ Please read the [Adafruit NeoPixel Best Practices](https://learn.adafruit.com/ad
|
|||||||
* Most Arm based Arduinos.
|
* Most Arm based Arduinos.
|
||||||
|
|
||||||
## Supported Pixels
|
## Supported Pixels
|
||||||
* WS2811, WS2812, WS2812b, WS2813, SK6812, & LC8812
|
* WS2811, WS2812, WS2812b, WS2813, APA 106, SK6812, & LC8812 (NeoPixels)
|
||||||
* RGB and RGBW (in various color order)
|
* 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.
|
* 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)
|
## [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.
|
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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user