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

RGBW Support (for SK6812) #12

Open
lukecyca opened this issue Dec 15, 2017 · 2 comments
Open

RGBW Support (for SK6812) #12

lukecyca opened this issue Dec 15, 2017 · 2 comments

Comments

@lukecyca
Copy link

I believe this library can support RGB SK6812 LEDs since they are clones of WS2812 (which happen to be more robust than the original).

There is also a RGBW version now, which uses a similar protocol. Anyone know if this library will work, or what it would take to make it work?

Here's some similar work: cpldcpu/light_ws2812#51

@pawollo
Copy link

pawollo commented Dec 16, 2017

i just did a quick test, there seems to be no issues, driving 200 SK6812 in RGBW-mode with JoDaNls Program, plug'n'play. Maybe there will be issues with more Pixels and the timing could be optimized a little bit further.
I just added cnlohrs bitpattern-definitions for the SK6812, they are slightly different, and added a fourth color-channel. I dont have time to do a cleanup and error-checkup so i wont commit it. Maybe you can give it a try and report bugs, clean up a little bit and do this, if you like. If you just need a quick'n'dirty solution, it should work: https://cloudstore.zih.tu-dresden.de/index.php/s/XZItxbsQomUPaPp
check out the example and always define "__SK6812__" at the beginning of your code

@lukecyca
Copy link
Author

@SoupMeNot incredible, thank you!

Once my LEDs arrive I will give this a shot. If I can get it working well I will clean up the code and try to get it integrated.

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