-
Notifications
You must be signed in to change notification settings - Fork 280
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
WS2812B + CCT #953
Comments
Why not using Fw1906 strip? |
This is possible, but not on roadmap. I think this is easy with esp32 boards using ledc function for pwm signals on two separate gpio pins. i can only create a sample sketch with lack of transition on CCT. Basically when CCT is requested the lightEngine() is not used and the light levels are applied directly with no transition. It is possible to move this to lightEngine()to have trnasition but require time and test hardware witch i lack both. As a hint if you want to enable transition also on CCT it you need to duplicate and add also the cct clannels with ledcWrite for PWM control
Sample sketch We have ledc dimmable sketch as example here
I don't see this led on supported list by the neopixel bus library currently used.
|
@mariusmotea fw1906 ist supported by NeoPixelBus - see also my commit to the sketch (I've done it after the release of the according version) |
Sorry, i have missed that. Somehow the wiki of neopixel bus don't mention this type of led on the first page. https://github.com/diyhue/Lights/blob/master/ESP8266/Generic_FW1906_Strip/Generic_FW1906_Strip.ino |
Feature does not already exist?
I searched and did not find an existing feature request
Summarize feature
Would it maybe be possible to combine RGB-CCT firmware and gradient firmware? I have a WS2811 strip with CW/WW leds on different pins. Would be awesome making it a RGB-CCT gradient strip.
The text was updated successfully, but these errors were encountered: