Driving HUB75 RGB Matrices on Raspi 5 with PIO š”š
Since the latest release of 'piolib' we can do things like drive NeoPixels on any pin on the Raspberry Pi 5 (https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/using-neopixels-on-the-pi-5) which rocks, and means we can tackle the next, more complex, project: driving HUB75 RGB Matrix displays (https://www.adafruit.com/product/5362) these require even MORE timing freakiness: using 10 pins, and 'manual' PWM means we have to constantly blit out the color dithering. Historically this was done with mmap'd memory to the GPIO controller bitbanging, which required a full core and could jitter depending on load. But now we can use the PIO peripheral! We can drive massive display arrays at high speeds and color depths using just about any pins. The future is looking bright š
Visit the Adafruit shop online - http://www.adafruit.com/
-----------------------------------------
LIVE CHAT IS HERE! http://adafru.it/discord
Subscribe to Adafruit on YouTube: http://adafru.it/subscribe
New tutorials on the Adafruit Learning System: http://learn.adafruit.com/
-----------------------------------------
#adafruit #raspberrypi #pio