I'm currently making a led panel with the animations loaded from Serial from Glediator.

I’m currently making a led panel with the animations loaded from Serial from Glediator. I have a panel with 14x26 (max) leds and the strips 5 and 6 misses 1 led from top, 7 and 8 misses 2 leds from top and 9 and 10 again 1 from top. Its al connected as a vertical snake and top left is the start. Now I made in Glediator a gif that each strip has own color but how to shift/map the leds that it misses some leds?

I tried something like this:
https://pastebin.com/KmddNPPh

Anyone can help me ?

I see that you built your XYTable and gave the missing LEDs values above last visible LED. But I do not see where you use the value j from the table in your loop???

I really dont know what the best way to make this. Maybe also put all serial data in a array, loop that array and then skip the missing leds? I also dont know how to make a x and y loop and match that with serial data and use XYtable to skip missing leds

DOH, I see that you use it in your XY function.

How do you mean?

@Dwain_Scheeren Since Glediator can’t output an irregular matrix you will need to read in the full 14x26 amount of data and then map that to your custom matrix. Have a look at this post at the PJRC forums.
https://forum.pjrc.com/threads/28842-iregular-shaped-LED-strip-screen

@marmil thank you I will take a look at that