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

out_rpi_ws2812b: RGBW support #20

Open
2 tasks
vifino opened this issue May 14, 2018 · 0 comments
Open
2 tasks

out_rpi_ws2812b: RGBW support #20

vifino opened this issue May 14, 2018 · 0 comments
Labels
enhancement Enhancement suggestions to the project. hardware Hardware related Issues. help wanted We want help here for various reasons.
Projects

Comments

@vifino
Copy link
Member

vifino commented May 14, 2018

There are basically two types of ws2812b strips: RGB and RGBW, the latter having a seperate white LED.

The former we support, the second we should support as well.
There are two stages to support this:

  • Make it use RGB only, padding the fourth byte.
  • Extrapolate the white byte by the RGB values, trying to mix it as best as possible.
    • Need to make sure the brightness is correct.
@vifino vifino added enhancement Enhancement suggestions to the project. help wanted We want help here for various reasons. hardware Hardware related Issues. labels May 14, 2018
@vifino vifino added this to To do in Effects May 14, 2018
@vifino vifino moved this from To do to Done in Effects May 14, 2018
@vifino vifino removed this from Done in Effects May 14, 2018
@vifino vifino added this to To do in Outputs May 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement suggestions to the project. hardware Hardware related Issues. help wanted We want help here for various reasons.
Projects
Outputs
  
To do
Development

No branches or pull requests

1 participant