-
Notifications
You must be signed in to change notification settings - Fork 289
Request: RGBW Mode #24
Comments
I think this may be possible as the Adafruit library seems to support these, at least in RGB mode. I don't know how the W can be adressed. But maybe you can give it a try if you have a SK6812 at hand. Regards |
As you talk to RGB with each bit, you have to talk to the 4th bit too which is seperate white to rgb. I have tested it over Homebridge with Homekit and the 4th bit, the W was lighten on. But your Arduino and index.htm can not handle with it, the brightness lower or higher or on off of the 4th bit. I did not study your complete code, just uploaded and tested ;P Need time to check it and give a test but could take time as I am not free. Edit: Shortly found this here Arduino Sketch for RGBW: https://github.com/adafruit/Adafruit_NeoPixel/blob/master/examples/RGBWstrandtest/RGBWstrandtest.ino Adafruit_NeoPixel.h
|
Just to update this, McLightning works with RGBW Pixels but without using the white-channel. Simply change the pixel type in the WS2812FX init from
to
|
Hi Tobias, |
HI @martinschki, there is already a fork of McLighting that provides support for RGBW. Unfortunately it's not so easy to integrate into the main code, but you could give it a try: #94 Best regards |
Any news on this? I think McLighthing works really well, but lacking support for RGBW is a real bummer. Support for RGBW is the difference between it being a fun project, and then being actually useful in a home. |
Have look here: |
I've been looking at that one, but as you say it's a separate effort - which isn't necessarily bad, but I would have preferred a joint effort :) |
Where do I find this file that needs the change? Also, has official W support ever been fully integrated? |
@VeniceNerd The changes from the develop branch were merged to the main branch a bit accidentially. That messed up everything. So you should now have all RGBW changes also in the main project, but they're not complete now and not really tested so far. I think I'll have to do a bit housekeeping to clean up everything. |
Did anything happen in the meantime in the direction of RGBW integration or housekeeping? |
Just use this fork. https://github.com/FabLab-Luenen/McLighting |
Hey,
Is it possible to support RGBW Leds like SK6812 Strips?
The text was updated successfully, but these errors were encountered: