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

Random light data if dmx data < configured led count #56

Closed
penfold42 opened this issue Jul 10, 2017 · 3 comments
Closed

Random light data if dmx data < configured led count #56

penfold42 opened this issue Jul 10, 2017 · 3 comments

Comments

@penfold42
Copy link
Contributor

Should we ensure any missing data is set to black ?

@forkineye
Copy link
Owner

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.

@penfold42
Copy link
Contributor Author

penfold42 commented Aug 5, 2017

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

forkineye added a commit that referenced this issue Aug 10, 2017
@forkineye
Copy link
Owner

Fixed in 8694d21

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

2 participants