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

Add support for SK6812 GRBW strips. #14

Merged
merged 1 commit into from
Mar 17, 2021
Merged

Conversation

AlanDThiessen
Copy link
Contributor

Add support for SK6812 GRBW LED strips.


else if (stripTypeValue == "grbw") {
ws2811.channel[0].strip_type = SK6812_STRIP_GRBW;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The three lines above are the only significant changes.
I have successfully used this code from a NodeJS script to control a strip of SK6812 GRBW LEDs.

@meg768 meg768 merged commit 35d83ce into meg768:master Mar 17, 2021
@meg768
Copy link
Owner

meg768 commented Mar 17, 2021

Thank you! Sorry for late response...

@meg768
Copy link
Owner

meg768 commented Mar 17, 2021

Updated npm with the latest version. 1.0.36.

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

Successfully merging this pull request may close these issues.

None yet

2 participants