How to: Adafruit RGB Bonnet and P3 led 64x64 Matrix
Jake Cope
64x64 indoor RGB hd p3 indoor led module https://www.aliexpress.com/item/32757647402.html?spm=a2g0o.order_list.0.0.18811802z54dvZ
Adafruit RGB Matrix Bonnet - for Raspberry Pi https://panelsrus.co.uk/products/adafruit-rgb-matrix-bonnet-for-raspberry-pi?_pos=1&_psq=adafruit&_ss=e&_v=1.0
Controlling RGB LED display with Raspberry Pi GPIO https://github.com/hzeller/rpi-rgb-led-matrix
https://github.com/hzeller/rpi-rgb-led-matrix#64x64-with-e-line-on-adafruit-hatbonnet
Actual command: ./demo -D 4 --led-rows=64 --led-cols=64 --led-gpio-mapping=adafruit-hat --led-slowdown-gpio=1
Notice: "--led-slowdown-gpio=1" for you may be a different speed. try 0 first and increment by one until display functions correctly.
"-D 4" is to select the game, the list is below for over options Demos, choosen with -D 0 - some rotating square 1 - forward scrolling an image 2 - backward scrolling an image 3 - test image: a square 4 - Pulsing color 5 - Grayscale Block 6 - Abelian sandpile model 7 - Conway's game of life 8 - Langton's ant 9 - Volume bars 10 - Evolution of color 11 - Brightness pulse generator ... https://www.youtube.com/watch?v=7sL1TUR2JeM
143284225 Bytes