-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Enable transitions unexpected behivior #4446
Comments
That is by design, during transitions, FPS limits are disabled. Not that I think its a good design but there appears to be some reason behind it. Maybe it is outdated. |
🤔 good point. Actually it's not necessary. I think the reason for this speedup was the "solid" effect - it normally runs at 3fps so colors were flickering during brightness or color change. It might be better to change the effect so it does |
FYI any effect that is not returning FRAMETIME will exhibit speedup/slowdown. That is by design of the particular effect and the fact that during transition (if you want it to look smooth) strip has to update frequently. |
ICU is another example. |
this still raises FPS, but only for effects that normally run very slow (solid).
What happened?
Enable transitions and you will see leds speed up when changing brightness or other things , testing with DDP
To Reproduce Bug
Enable transitions
Expected Behavior
No sudden speed up
Install Method
Self-Compiled
What version of WLED?
WLED 0.16.0-dev (build 2412040)
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: