Long chain of 32x64 x 20 panels on more than one chain

Hello :wave:,

We have been toying around the idea of having a real long 32x64xn pannels where n is > 18.

The longer the daisy chain, the lower the framerate (playing with color and led pwm help).

If we want to use more than one chain with the following configuration:

chain 1 > p01 > p02 > p03 > p04 > p05 > p06 --> chain 2
chain 2 > p07 > p08 > p09 > p10 > p11 > p12  --> chain 3
chain 3 > p13 > p14 > p15 > p16 > p17 > p18

This make our canvas space a 96x384 pixels pannels its our Job, if we want to animate some text from pannel 1 to pannel 18, to explicitly split the canvas in three rows programmatically.

There is no magic mapper that gives us a 32x1152 canvas with three chains right?