Skip to content
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

Pacifica effect on 0.15.0-b5 shows a flicker that wasn't present in 0.14.4 #4179

Closed
1 task done
KEANO89 opened this issue Oct 5, 2024 · 4 comments
Closed
1 task done
Labels
bug confirmed The bug is reproducable and confirmed fixed in source This issue is unsolved in the latest release but fixed in master waiting for feedback addition information needed to better understand the issue

Comments

@KEANO89
Copy link

KEANO89 commented Oct 5, 2024

What happened?

0.15.0-b5 (didn't check other betas yet) produces a sort of irregular but frequent flicker when the pacifica effect is selected (regardless of palette or brightness or level shifter) but other effects were not affected in my quick testing. Reverting back to 0.14.4 fixes the issue without hardware changes.

To Reproduce Bug

Use 0.15.0 beta and select the effect "Pacifica"

Hardware (in case it's relevant - didn't check other configurations yet): esp32 (powered from the same 24v source but obv stepped down to 5v), bft rgbw 24v strip, level shifter from 3.3 to 5 on the data line

Expected Behavior

Same as in 0.14.4 or earlier versions

Install Method

Binary from WLED.me

What version of WLED?

0.15.0-b5

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

No response

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@KEANO89 KEANO89 added the bug label Oct 5, 2024
@blazoncek
Copy link
Collaborator

Can you post a video depicting the issue? I am unable to reproduce.

@blazoncek blazoncek added the waiting for feedback addition information needed to better understand the issue label Oct 5, 2024
@KEANO89
Copy link
Author

KEANO89 commented Oct 5, 2024

Courtesy of ALDIY.
I'm going to record a video of the glitch on my hardware later today once I've untangled my testing mess setup

@KEANO89 KEANO89 closed this as completed Oct 5, 2024
@KEANO89 KEANO89 reopened this Oct 5, 2024
@DedeHai DedeHai added the confirmed The bug is reproducable and confirmed label Oct 5, 2024
@DedeHai
Copy link
Collaborator

DedeHai commented Oct 5, 2024

I do see it on my C3, there is periodic brightness jumps. Bug was introduced in 68a7282

@DedeHai
Copy link
Collaborator

DedeHai commented Oct 5, 2024

reverting

unsigned sCIStart1 = SEGENV.aux0, sCIStart2 = SEGENV.aux1, sCIStart3 = SEGENV.step, sCIStart4 = SEGENV.step >> 16;

back to uint16_t solves it.

blazoncek added a commit that referenced this issue Oct 5, 2024
@blazoncek blazoncek added the fixed in source This issue is unsolved in the latest release but fixed in master label Oct 5, 2024
softhack007 pushed a commit to MoonModules/WLED-MM that referenced this issue Oct 11, 2024
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 waiting for feedback addition information needed to better understand the issue
Projects
None yet
Development

No branches or pull requests

3 participants