-
Notifications
You must be signed in to change notification settings - Fork 1
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
Any way to have a smooth fade effect? #9
Comments
Hi Jannomag, yes there is a smoothing (breathe) function. Currently it smooth (breathe) a number of leds (2 left side and 2 right side) of each stair/step. Smoothing/breathe takes some CPU performance. You can experiment first by increasing the setting BREATHELEDS ; then more leds will be used and you can see if your board is fast enough. If everything works fine you could start modifying your code when stairs are turned on/off. Hope this helps a bit. Sorry for the late response , it seems I missed a notification on this repository. Good luck. |
Hi, thanks for the reply. I modified the script nearly completely for my needs and it works very good now. Every step fades in and out and this effect gets slower each step for a nice effect.
|
Hi,
I'm looking for a project like this for weeks and I like your concept very much...it's nearly exactly what I wanted to do but I never figured it out by myself (I'm not a programmer).
I want to use SK6812 RGBWW strips and already modified your sketch to have real white in stead of rgb-white.
Now it would be really cool, if the color wipe would be done with smooth fade effects instead of going from 0 to 1 and back to 0 immediately.
Do you have any idea how I can do this?
EDIT: I retyped your whole sketch to fit for my needs and just found out that you added a fading effect by using "turnOnSpeed" and "turnOffSpeed". But somehow this doesn't work for me at all.
The text was updated successfully, but these errors were encountered: