Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unterstützung von Segmenten #13

Open
realSixi opened this issue Apr 24, 2022 · 0 comments
Open

Unterstützung von Segmenten #13

realSixi opened this issue Apr 24, 2022 · 0 comments

Comments

@realSixi
Copy link
Collaborator

Mehrere Segmente (z.B. mehrere LED Strips), auf denen die Effekte angezeigt werden.
Prinzipiell ist die Umsetzung dafür einfach, zumindest. wenn es die gleichen Effekte auf jedem Segement ist:

EffectMovingDot::run(beatInfo, leds(0, NUM_LEDS / 2), NUM_LEDS/2);
EffectMovingDot::run(beatInfo, leds(NUM_LEDS / 2, NUM_LEDS), NUM_LEDS/2);
@realSixi realSixi mentioned this issue May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant