mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 12:54:26 +02:00
Updated Home (markdown)
6
Home.md
6
Home.md
@@ -11,10 +11,8 @@ This object will be used to set colors on the pixels. When constructed a "featu
|
||||
## [Color objects](https://github.com/Makuna/NeoPixelBus/wiki/Color-objects)
|
||||
There are several color objects that can be used to define and blend colors. While all can be directly used to set the pixel color, the RgbwColor can only be used with a NeoPixelBus that has been declared with NeoRgbw feature.
|
||||
|
||||
## NeoPixelAnimator object
|
||||
(still under development)
|
||||
This manages the animations for a single NeoPixelBus. All time values are by default in milliseconds but can be changed by the timeScale argument on the constructor.
|
||||
NOTE: NeoPixelBus::Show() must still be called to push the color state to the physical NeoPixels.
|
||||
## [NeoPixelAnimator object](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelAnimator-object)
|
||||
This manages the timing and lifetime for animations. It supplements the NeoPixelBus object to make it easy to create smooth asynchronous animations.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user