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

Segment reverse y-axis doesn't sync #4547

Open
1 task done
WoutAlexander opened this issue Feb 10, 2025 · 1 comment
Open
1 task done

Segment reverse y-axis doesn't sync #4547

WoutAlexander opened this issue Feb 10, 2025 · 1 comment
Labels
bug waiting for feedback addition information needed to better understand the issue

Comments

@WoutAlexander
Copy link

What happened?

The segment reverse option on the y-axis doensn't sync (anymore?). Tried a couple of previous build but sync problem still there.

Image

To Reproduce Bug

All other segment options sync like they should, the bottom one doesnt. Matrix effect will clearify this.

Expected Behavior

If reversing the matrix effect on the y-axis then all synced lamps should follow

Install Method

Binary from WLED.me

What version of WLED?

WLED 0.15.0

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@blazoncek
Copy link
Collaborator

blazoncek commented Feb 10, 2025

Please confirm with UDP packet capture.
The source reads:

    udpOut[28+ofs] = (selseg.options>>8) & 0xFF; //mirror_y, transpose, 2D mapping & sound

and

        selseg.options = (selseg.options & 0b0000000000110001U) | (udpIn[28+ofs]<<8) | (udpIn[9 +ofs] & 0b11001110U); // ignore selected, freeze, reset

@blazoncek blazoncek added the waiting for feedback addition information needed to better understand the issue label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug waiting for feedback addition information needed to better understand the issue
Projects
None yet
Development

No branches or pull requests

2 participants