-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
We're trying to animate led strips using predefined gifs, but we're running into known speed limitations.
Would it be interesting to add the functionality to transfer multiple predefined colors and then trigger those later on?
const colors = [
[255,0,0]
[0,255,0]
[0,0,255]
]
strip.store(0, colors);
// later on:
strip.trigger(0);
ptitb and ajfisher
Metadata
Metadata
Assignees
Labels
No labels