Skip to content

Trigger predefined colors? #241

@peteruithoven

Description

@peteruithoven

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions