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

Support multiple strips in one Python program #4

Merged
merged 2 commits into from
Jan 23, 2025
Merged

Support multiple strips in one Python program #4

merged 2 commits into from
Jan 23, 2025

Conversation

jepler
Copy link
Member

@jepler jepler commented Jan 22, 2025

Previously, a necessary delay at the end of pixel transmission was not enforced.

I tested on a Pi 5 with two https://www.adafruit.com/product/4310 strips on pins 12 & 13. I also re-tested with the single strip program and it still worked.

Closes: #3

Previously, a necessary delay at the end of pixel transmission was not enforced.

The new test program is intended for a braincraft hat with a 96-pixel LED strip
on each of the two GPIO connectors, but can be modified for other uses.

Closes: #3
@jepler
Copy link
Member Author

jepler commented Jan 22, 2025

@gracexciv if you get a chance to test that would be great. I did reproduce a glitch/corruption problem using the dual_test.py script that is fixed by this change. I appreciate that you did the research to verify that an additional delay resolved the problem.

@jepler jepler merged commit d23379a into main Jan 23, 2025
14 checks passed
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

Successfully merging this pull request may close these issues.

User reports multiple strips do not work
1 participant