-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Individual areas flicker #70
Comments
It seems that the "flicker" is visible in the preview, so I can exclude its a problem with the NeoPixelBus driver. My best guess right now is the "auto brightness limiter" feature is under stress to keep power consumption below the limits you set. Please try the following options:
and check if one of them reduces / removes flickering. |
@MOVE1904 could you make a backup of your presets (presets.json) and config (cfg.json), and upload them here ? It would help a lot to reproduce your problem. |
O.K. I Have 2 for You. |
What happened?
When I mix segments with different effects, individual areas flicker. The error appears in different configurations.
To Reproduce Bug
Configuration 1:
ESP32
Maximum current: 4000mA
GPIO 2: 42 LEDs
GPIO 19: 26 LEDs
GPIO 18: 250 LEDs
GPIO 21: 24 LEDs
GPIO 4: 178 LEDs
Segment 0: 0 - 42
Segment 1: 42 - 150
Segment 2: 150 - 229
Segment 3: 229 - 318
Segment 4: 318 - 342
Segment 5: 342 - 520
Segment 0: Effect: Solid Color Palette: default Fx=white
Segment 1: Effect: Solid Color Palette: default Fx=blue
Segment 2: Effect: Solid Color Palette: default Fx=blue
Segment 3: Effect: Wavesins Color Palette: default Fx=blue
Segment 4: Effect: Solid Color Palette: default Fx=white
Segment 5: Effect: Wavesins Color Palette: default Fx=white
In this configuration the LEDs 69 - 150 (parts of the solid segments) flicker even on the display.
With WLED AC there is no problem.
Expected Behavior
I expected the solid segments solid.
Install Method
Self-Compiled or other
What version/release of MM WLED?
build 2308250 WLED v0.14.0-b27.31 "This is the way"
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
No response
Anything else?
Maybe an error in brightness limiter?
Code of Conduct
The text was updated successfully, but these errors were encountered: