-
Notifications
You must be signed in to change notification settings - Fork 356
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
Two pins plus two strips on the same webserver? #140
Comments
I practiced duplicating the demoreel100 code to be compatible with my 2-pin project. I ended up creating duplicate variables and some duplicate for() loops. Now each strip plays the same pattern, but with a different NUM_LEDS. Hopefully I can use this webserver to get each strip playing a different pattern. |
Any chance I can have a copy of this, I am trying to do the same to have led blinkers, brake lights and patterns on both sides of my motorcycle. |
kevinl7778, try to use left_side_leds part and right_side_leds part with same data-out pin. |
Thanks,
I found the topic of "mirroring two strips" and it works for now but my
goal is independent control to allow a motorcycle to have them as
additional blinkers, brake lights and light show.
Best,
Kevin
…On Wed, Mar 17, 2021, 4:27 AM qawsed55 ***@***.***> wrote:
kevinl7778, try to use *left_side_leds* part and *right_side_leds* part
with same data-out pin.
One pin for two strips and strips will show same animations
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#140 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM2NBMOXOJ5FGQL565QSDELTEBRVNANCNFSM4H66XLJA>
.
|
Hello, I love using this webserver!
I have a project that has an outline with 58 LEDs, and the interior part with 100 LEDs. Would it be possible to get two pins and two strips on the same webserver? If it would be too tricky to get them side by side, then arranged one after the other with a scroll bar would be ok too.
The text was updated successfully, but these errors were encountered: