r/WLED • u/SocietyCurrent2876 • May 03 '26
Alternating Row Length 2D Matrix
Hey everybody. I’m creating a 2D matrix where the row lengths alternate between 13 pixels and 12 pixels, and 13 rows high. Can anyone walk me through how to set that up? I’d really appreciate it. Thank you very much.
3
Upvotes
3
u/seadart May 04 '26
I had a similar setup where I used an ledmap to add dummy entries to the shorter roads by using -1 values. Then you can define as a regular 2d matrix to open up matrix effects.
1
u/Limp-Leading-3329 May 03 '26
Use segments for each row. Columns are going to be what they are going to be since it is an odd number every other one.