We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The segment reverse option on the y-axis doensn't sync (anymore?). Tried a couple of previous build but sync problem still there.
All other segment options sync like they should, the bottom one doesnt. Matrix effect will clearify this.
If reversing the matrix effect on the y-axis then all synced lamps should follow
Binary from WLED.me
WLED 0.15.0
ESP32
No response
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
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
The text was updated successfully, but these errors were encountered: