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

BUG: last pixel does not update correctly #19

Open
ghost opened this issue Sep 6, 2014 · 2 comments
Open

BUG: last pixel does not update correctly #19

ghost opened this issue Sep 6, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 6, 2014

Hi,

I can't update the very last led of my 192 pixels ledstrip. All other leds are working fine. Here is an example. For reference led number 191 is the last pixel.

led.set(191, color)
led.update()

This is not working. However when I call led.update() twice it is working fine.

led.set(191, color)
led.update()
led.update()

any idea what can cause this strange behaviour?

@ghost
Copy link
Author

ghost commented Sep 6, 2014

I want to specify that this bug depends on the color value that you want to update with. for example, if you set the last led to rgb(255,0,0) and you do an update nothing happens unless you update again (in this case the led turns red). For some color values the last led displays a wrong color during the initial/first update.

@adammhaile
Copy link
Owner

hmmm... sounds like noise on the data lines. How long is the strip?

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