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

When combining Matrix and Strips via DDP, After creating the first strip the only option is another matrix. #4552

Open
1 task done
ILL-DIE-TRYING opened this issue Feb 14, 2025 · 1 comment
Labels

Comments

@ILL-DIE-TRYING
Copy link

What happened?

I hope this isn't something somewhere I missed, I tried going through all the bug reports first to be sure. So I have one WLED instance on the network that is a 9x5 matrix, I have another that is a 25 LED strip. I am controlling them with a third with a mic and no leds via DDP. When I create the 2D matrix, the interface makes a matrix segment first, then it makes the second segment a strip as expected. But if I want to break the segment of 25 into 5 segments of 5, the next segment I try to create I only get the matrix options.

To Reproduce Bug

Add a DDP matrix as the first device. Add a DDP strip as the second.

Image

Create the DDP matrix in 2d for the matrix device.

Image

Go to main control page and create a segment if it isn't already there. The first segment is always the matrix. Add a second segment [strip] for the first 5 leds of the strip.

Image

Create a third segment and the only option is for a matrix style segment.

Image

Expected Behavior

When creating the third segment I would think there might be an option to add a matrix or a strip.

Install Method

Binary from WLED.me

What version of WLED?

WLED 0.15.0 (build 2412100)

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

Just enter value of expected segment index after the matrix and it will switch to 1D.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants