video: add HUB75 RGB LED matrix driver - #19321
Open
theromis wants to merge 1 commit into
Open
Conversation
LibretroAdmin
marked this pull request as ready for review
August 2, 2026 03:37
Contributor
|
That's interesting. I'd be willing to merge it. So it can do RGUI right now, software rendered cores at 16bit/32bit and overlays? |
Contributor
Author
|
Thanks! RGUI is supported, as are software-rendered RGB565 (16-bit) RetroArch overlays are not implemented yet; the overlay interface is |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I want to play with AliExpress P2 128x64 LED HUB75 matrix panel, I think retroarch feature to play retros games this way pretty fun option, so I'm sharing my progress. Want to know what people think about it.
Summary
Validation
Draft status
This is a proof of concept pending testing on a physical Raspberry Pi 5 and 128x64 HUB75 panel. In particular, GPIO initialization, RP1 PIO operation, refresh stability, shutdown behavior, and sustained emulator performance still need hardware validation.
Feedback is also requested on whether RetroArch should bundle rpi-rgb-led-matrix as a submodule or discover a system-installed library.