I have 2 64x32 panels. When I chain them together, using --led-chain=2, they act as a single 128x32 panel. Is there way to separate them into 2 64x32 panels, and then draw separately on each one (perhaps different canvases)? This would allow me to write two different scrolling texts on each panel. Or if there is another way to achieve a different scrolling text on each panel, I would be glad to hear it. Thanks!
the easiest is to do this in software, this library is meant to only have a single canvas as far as I know.
What exactly do you mean “in software”?
You remap pixels in your array when you draw in it.