According to the docs, the “U-mapper” assumes this config when using 4 panels:
So the following chain (Viewed looking at the LED-side of the panels)
[<][<][<][<] }- Raspbery Pi connector
is arranged in this U-shape (on its side)
[<][<] }----- Raspberry Pi connector
[>][>]
I am using this, where the first two panels are at the top and the other two below.
However, when I run the “-D0” demo, the image is so that the upper and lower panels are vertically reversed. Instead of seeing
/\
\/
I see:
\/
/\
Which means that the demo uses the first 2 panels as the last 2.
Is there a way to fix this, without (a) changing the panel arrangement and without (b) changing the code?
I don’t think so, but I wonder if others have run into this as well?