-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Scrolling text stops scrolling after relais switch off #4228
Labels
bug
confirmed
The bug is reproducable and confirmed
fixed in source
This issue is unsolved in the latest release but fixed in master
Comments
Please use b6 and report back. |
It will resume scrolling after a while. |
I self-compiled version as of today. The issue still persists |
Can you confirm that changing void toggleOnOff()
{
if (bri == 0)
{
bri = briLast;
strip.restartRuntime();
} else
{
briLast = bri;
bri = 0;
}
stateChanged = true;
} fixes the issue? |
It fixes the issue for on/off via switch! |
blazoncek
added
the
fixed in source
This issue is unsolved in the latest release but fixed in master
label
Oct 26, 2024
softhack007
added a commit
to MoonModules/WLED
that referenced
this issue
Oct 27, 2024
alternative fix for Aircoookie#4228
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
confirmed
The bug is reproducable and confirmed
fixed in source
This issue is unsolved in the latest release but fixed in master
What happened?
I have a matrix panel with eight 16x16 panels arranged 4x2
Relais is set to i/o pin 5
I use a poti to control brightness as well as a switch set to an on/off preset.
I setup
a background segment 0-64 , 0-32 (total panel)
A top segment 0-64 , 0-16 with long scrolling text overlay
A bottom segment 0-64 , 16-32 with #DDMM
Everything works fine if this preset is started (also if started at boot)
However if poti is turned to off so that relais cuts power to leds or if the switch is set to off, the text will freeze and no longer scrolls when lights turn back on
To Reproduce Bug
See above
Expected Behavior
Text should be scrolling through power cycles of the relais
Install Method
Self-Compiled
What version of WLED?
WLED 0.15-b6
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: