You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a layout with SecondsFrame and "Farbübergang" is enabled, for each tick of the SecondsFrame the displayed words are shortly blinking in the Foreground color before switched again to the correct "random" color.
These blinking effects is visible on all Display modes.
Might this be caused by the order of the calls in loop(), where transition->loop() is called before secondsFrame->loop(), while the latter one might call led.clear() on each change, and the inpact of transition is elimitated until the next call to loop()?
The text was updated successfully, but these errors were encountered:
I tried to fix it some time ago, but must admit this could be complicated. I wanted to rework the transitions in order to get a full understanding of the problem.
But well. I thought I m almost the only one using a "Ambient Light" on the Clock, sooooo I moved it on my agenda a few times.
When using a layout with SecondsFrame and "Farbübergang" is enabled, for each tick of the SecondsFrame the displayed words are shortly blinking in the Foreground color before switched again to the correct "random" color.
These blinking effects is visible on all Display modes.
Might this be caused by the order of the calls in loop(), where transition->loop() is called before secondsFrame->loop(), while the latter one might call led.clear() on each change, and the inpact of transition is elimitated until the next call to loop()?
The text was updated successfully, but these errors were encountered: