Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.29k stars 3.05k forks source link

V0.15.0-b2 segments matrix setup issue #3872

Open DarthWeber opened 3 months ago

DarthWeber commented 3 months ago

What happened?

Using 1536 LEDs as single panel 96x16 but with custom mapping. Everything looks okay, but the segments can only be defined as single row. So I can use values up to 1536 for x, but I can only set values of 1 for y.

To Reproduce Bug

Matrix setup see above. Using custom led map, but not sure, if this is part of this issue

Expected Behavior

In segments use x 96 and 16 as it is set in 2d config

Install Method

Self-Compiled

What version of WLED?

0.15.0-b2

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

No response

Anything else?

No response

Code of Conduct

DarthWeber commented 3 months ago

This seems only to happen after updating a configuration. I deleted the whole matrix and set it up again with same settings, now it works. So maybe not a real bug, sorry

DarthWeber commented 3 months ago

Same issue again tomorrow morning after rebooting: Matrix Dimensions (W*H=LC): 96 x 16 = 1536 but the segment can only be defined with "stop y 1". After redefining the panel with 96 x 16 again, i can also set the segment accordingly.

Will now try do create new presets, is there probably an incompatibility issue in 0.15 when using presets created with WLED 0.14?

DarthWeber commented 3 months ago

new presets didn't helped. I have alwas a 96x16 panel but 96x1 segment, and it is impossible to change the 1 in ystop. Only after redefining the panel again. Very, very strange.

I do not have this issue with another matrix without mappings.

blazoncek commented 2 months ago

Same as #3926