Raspberry Pi 4 with 2 HDMI output #2469
Unanswered
reinhardkrakow
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@reinhardkrakow Probably there is some way to do it but not out-of-the-box, it will require some investigation and probably some internal raylib modification. As a first step, you can render to two different RenderTextures, one of the could be directly rendered to default output while the other one could be converted into an Image and send to a custom framebuffer. It's just an idea, no tested. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am wondering if it is possible to write a program on Rasperry Pi 4 using raylib and outputs 2 separate graphics drawing on the 2 screens.
BR
Reinhard
Beta Was this translation helpful? Give feedback.
All reactions