Need a bit of advice in terms of choosing which type of LED chip and 2D panel wiring I’m making for one of my stage shows.
So I have 2D array of abstract shape like the one pictured below, I actually have no idea what it’ll look like yet but that is just an example. It will have approximately ~2500 or 3000 pixels, and I would ideally like to address all of these with one (potentially two if need be) teensy 3.1s. I have drawn the strips running horizontally with wires connecting in between where there is an air-gap, and I didn’t draw in all the strips but hopefully that makes sense…
This leads me to a bunch of other questions which I hope some of you could shed some light on…
I will probably use the APA-102, but I haven’t been able to find any data on how fast they are compared to LPD8806, or is it negligible?
Over a length of ~20m or more of LED strip do you see any signal degradation in the data/clock signals or are they still okay?
If not should I add amplification somewhere along the strips like another 74HCT245 chip?
I think the weirdness of the shapes and different lengths makes using the parallel output and ws2812s a bad idea, but I don’t really know to be honest because I’ve never really used it before. More generally is this a better way to wire up an LED panel, or am I better off using ws2812s, multiple teensys and parallel output? Would this hurt me if I wanted to interrupt to receive dmx signals (has an interrupt every 1.5ms to fill the dmx buffer)
Never really done something quite like this before so I would like some input… also I apologise if you’ve talked about this stuff before, I couldn’t find anything in my 10 minutes of not really thorough searching.
Thanks! 


