I have designed my own active type HAT [here] following the schematic and pins in the repo.
I’m now trying to test the HW HAT on RPI-3B+ and thus just have put one 64x32 panel on connector 0.
When I run the demo:
sudo ./demo -D 0 --led-gpio-mapping=regular --led-rows=32 --led-cols=64 --led-chain=1 --led-brightness=100 --led-show-refresh --led-slowdown-gpio=2
My out is a bit weird:
Not sure what I’m missing?
If it is HW problem or some how the parameters are not configured properly?
Thanks for any pointers.