EPISODE · Dec 26, 2024 · 1 MIN
Driving HUB75 RGB Matrices on Raspi 5 with PIO 💡😎
from Adafruit Industries · host Adafruit Industries
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
What this episode covers
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
NOW PLAYING
Driving HUB75 RGB Matrices on Raspi 5 with PIO 💡😎
No transcript for this episode yet
Similar Episodes
Apr 21, 2026 ·73m
Apr 18, 2026 ·14m
Apr 18, 2026 ·95m
Apr 15, 2026 ·55m
Apr 13, 2026 ·68m
Apr 11, 2026 ·59m