Replies: 3 comments 2 replies
-
It is definitely possible.
Check out the link below for an Arduino Nano example of just that.
https://www.instructables.com/Arduino-Basic-PC-With-VGA-Output/
You would be limited by the link speed beteen the primary processing
microcontroller and the VGA microcontroller.
…On Thu, 2021-09-02 at 23:30 -0700, defdefred wrote:
Is it stupid to imagine using 1 microcontroller to run a primary
application and one ESP32 to run as a dedicated graphic card?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or
Android.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
A sort of client-server protocol will be needed... maybe on wifi :-) |
Beta Was this translation helpful? Give feedback.
2 replies
-
This is exactly how the Agon Light computer - a new eZ80 based machine - works. It uses an esp32 running FabGL as the "graphics card". The esp32 and the eZ80 are connected via serial connection. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it stupid to imagine using 1 microcontroller to run a primary application and one ESP32 to run as a dedicated graphic card?
Beta Was this translation helpful? Give feedback.
All reactions