Replies: 1 comment 2 replies
-
Hi Martin, thanks for appreciating Circle! Unfortunately it's only possible to wait for VSync on one display using Rene |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Rene,
fist of all I really appreciate your great work. It is so much fun to do bare metal programming on the Raspberry Pi using the fantastic Circle framework. Thanks a lot for creating and providing this.
I wonder if and how it would be possible to create an application that uses Cores 2 and 3 to do graphics processing/screen update on the framebuffers for the two HDMI displays and synchronize core 2 to VerticalBlanc of the first display and core 3 to the second display.
Is there a way to get an VerticalBlanc interrupt of these displays and route it to core 2 / core 3 -- may be using an Inter-Processor Interrupt (IPI)?
Greetings from Munich!
Best regards, Martin
Beta Was this translation helpful? Give feedback.
All reactions