We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should we ensure any missing data is set to black ?
The text was updated successfully, but these errors were encountered:
Had intentions to test this past weekend but didn't get to it. The ring buffers are zero'd out in the E131 library when initialized.
Sorry, something went wrong.
I think the issue is on the espixel stick side when it copies the packet data from the e131 library.
Espixelstick is assuming there are 170 leds worth of data but the packet is much shorter so it ends up grabbing random data past it
Fixed Issue #56 (Read too far)
8694d21
Fixed in 8694d21
No branches or pull requests
Should we ensure any missing data is set to black ?
The text was updated successfully, but these errors were encountered: