Hardware:
64x32 RGB LED 2mm pitch from Adafruit (2.5-16S-V1.0)
Adafruit RGB Matrix Bonnet
Raspberry pi zero 2 w
I am powering the the bonnet with 5v 4a and the pi with a separate microusb power supply.
No matter what I seem to try the matrix does not turn on and no leds light up. I followed all the install instructions here Driving Matrices | Adafruit RGB Matrix Bonnet for Raspberry Pi | Adafruit Learning System I have also tried re-installing the rgb matrix library a few times with no luck. I’ve tried running a few different of the demo scripts from the library.
That works! The demo functions still don’t work but that’s fine. I think everything is working except the demos, maybe I should’ve tried that before… Thanks for the help @Ryan !!
Glad to hear it’s working! Nothing more frustrating than the demo code not working. I haven’t looked through the demo code, but they may require this line: options.hardware_mapping = 'adafruit-hat' # Or try 'adafruit-hat-pwm'
Some matrix versions require -pwm to function properly depending on timing or signal type.