LEDStrip
Manages the managers that manage all aspects of the strip, from animations to sending colors to the strip to sections of the strip, etc.
Properties
Manages animations running on the strip
Manages colors on the strip
Callback run after the last iteration of the animation (but before the animation is removed from animationManager.runningAnimations
)
The actual LED strip this instance is managing
Callback to run when a new section is created
Callback run when an animation is paused
A list of the actual colors for the strip
A list of the fade colors for the strip
A list of the valid pixel indices in this strip
A list of the prolonged colors for the strip
A list of the temporary colors for the strip
Manages rendering the colors on the strip
Callback run when an animation is resumed
Manages strip sections
Callback run before the first iteration of the animation
Functions
Add a new animation to the list of supported animations
Add a new animation group to the list of supported animations
Revert a pixel's color (reset its temporary color)
Revert multiple pixels' color (reset their temporary colors)
Set a pixel's fade color
Set multiple pixel's fade color
Set multiple pixels' fade color
Set a pixel's prolonged color
Set multiple pixels' prolonged color
Set a pixel's temporary color
Set multiple pixels' temporary color
Set the strip's fade color
Set the strip's prolonged color
Set the strip's temporary color