Am I reading the schematic correctly that there is effectively no pins free at all if you do ABCDE on 3 chains?
If so, that’s very bad news from my project that needs to have an ESP32 send commands over a single wire, to the Pi.
Obviously, ABCDE output could be sent to a shift register to free up some pins, but that would mean a board and driver redesign, which doesn’t sound great.
Is there anything else I can do?
So, I could throw away my $500+ of ABCDE panels, and replace them with ABC panels, if you can even find those on purpose nowadays, but for money reasons, I’d rather avoid this
I can also chain my panels so that they only use a single output instead of 3, but now my refresh rate is divided by 3 and looks pretty bad on pictures :-/ (by then, I can also go back to using an ESP32 or teensy4 to drive them with SmartMatrix)
Yeah, I do. It was kind of stupid of me to discount USB. Basically with USB, rPi has infinite I/O even if you fill all the GPIO pins, which your lib does in 3 channels of ABCDE panels.
All this time I was turning my nose at those 128x64 ABC panels, but they would have given me 2 IO pins back