with
y
2
2
y
cd . /rpi-rgb-led-matrix/bindings/python/samples
i have 2 panels 64x64 with this board https://www.electrodragon.com/product/rgb-matrix-panel-drive-board-raspberry-pi/
and execute this
sudo python image-scroller.py -r 64 --led-cols 64 -m regular --led-no-hardware-pulse 0 -c 2
and done, works for me
-r rows
-c num panels
-m {regular,regular-pi1,adafruit-hat,adafruit-hat-pwm}
Some here might frown upon this answer, but I’ve found ChatGPT to be very helpful in diagnosing errors and troubleshooting. I had similar issues with the rgbmatrix.core and through lots of trial and error got it sorted, but I am unable to tell you exactly how I solved it because I made lots of different attempts.