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

Green and blue colors are inverted. #14

Closed
toonsdu13 opened this issue Aug 24, 2013 · 8 comments
Closed

Green and blue colors are inverted. #14

toonsdu13 opened this issue Aug 24, 2013 · 8 comments

Comments

@toonsdu13
Copy link

Everything is working except the fact that the green and blue color are inverted. When I display a blue image the LED turn green and when I display a green image the LED turn blue. Please help.

@sn00zerman
Copy link

It seems like we have the same led strips. You need to modify the lpd8806 sink c-file, to change the order of the green and blue output and recompile. If you don't know how to do that, I can always give you my binary file.

Good luck,
Kris

toonsdu13 notifications@github.comschreef:

Everything is working except the fact that the green and blue color are inverted. When I display a blue image the LED turn green and when I display a green image the LED turn blue. Please help.


Reply to this email directly or view it on GitHub:
#14

@toonsdu13
Copy link
Author

Hi Kris,

Thank you for your help. I will appreciate if you can share your binary file with me as I don't know how to modify and recompile the lpd8806 sink c-file.
Thank you,

Yan.

@toonsdu13
Copy link
Author

I figured it out. Thanks.

@andyclarke
Copy link

These are also swapped on my LED strip. Perhaps this should be added as an option in the config file.

@gkaindl
Copy link
Owner

gkaindl commented Aug 27, 2013

@andyclarke yes, I will add this as an option soon – apparently, there are lots of different strips out there with the LPD8806 chipset, but they seem to have the LEDs connected to different driver pins at random...

@duenorh
Copy link

duenorh commented Sep 9, 2013

Hey everyone. I need help with how to reverse the green and blue sync.

@andyclarke
Copy link

I had this problem and changed the "b" and "g" around on lines 217 and 219 in src/components/lpd8806-spidev-sink.c
Recompile (make) and it seemed to do the trick.

I now just need to sort out my gamma levels...

@duenorh
Copy link

duenorh commented Sep 9, 2013

Thank you. That worked like a charm.

I've got bigger problems then gamma levels. Seems like my soldering needs to be redone.

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

5 participants