VGA driver ?
VGA driver ?
Is anybody working on a VGA driver ?
Re: VGA driver ?
Howdy,
With respect to this article:
https://en.wikipedia.org/wiki/Video_Graphics_Array
Can you elaborate on what you mean by "VGA"? Are you looking for circuitry and software to allow an ESP32 to drive a VGA compatible desktop monitor or projector?
With respect to this article:
https://en.wikipedia.org/wiki/Video_Graphics_Array
Can you elaborate on what you mean by "VGA"? Are you looking for circuitry and software to allow an ESP32 to drive a VGA compatible desktop monitor or projector?
Free book on ESP32 available here: https://leanpub.com/kolban-ESP32
Re: VGA driver ?
I would guess he means something similar to https://github.com/smaffer/vgax but boosted by esp32 horsepower
Re: VGA driver ?
@kolban, I would like to connect a VGA Monitor to my ESP32.
ESP32 has to support VSync, HSync and r/g/b for 7 colors.
If RGB is too heavy, I would start with b/w.
HW should not be a problem, some resisitors to create a "levelshifter" should work.
Creating syncs is not the big problem. But how would we create pixel data.
There are some ideas using SPI on specified frequency to support at least black/white.
@WiFive, I'll take a closer look to the arduino port. If Arduino can do, there should be a way for ESP32
ESP32 has to support VSync, HSync and r/g/b for 7 colors.
If RGB is too heavy, I would start with b/w.
HW should not be a problem, some resisitors to create a "levelshifter" should work.
Creating syncs is not the big problem. But how would we create pixel data.
There are some ideas using SPI on specified frequency to support at least black/white.
@WiFive, I'll take a closer look to the arduino port. If Arduino can do, there should be a way for ESP32
Re: VGA driver ?
Only a hint:
You should take a 8-bit IF for GLCD and merge together
with this
https://esp32.com/viewtopic.php?f=19&t=702
look also
http://www.jcwolfram.de/projekte/avr/ch ... 2/hard.php
and:
https://www.mikrocontroller.net/topic/377963#4292846
A lot of work I think..
You should take a 8-bit IF for GLCD and merge together
with this
https://esp32.com/viewtopic.php?f=19&t=702
look also
http://www.jcwolfram.de/projekte/avr/ch ... 2/hard.php
and:
https://www.mikrocontroller.net/topic/377963#4292846
A lot of work I think..
Re: VGA driver ?
For everyone wanting the same and finding this thread:
There is a youtube video on this topic that achieved some impressive results using out of specs I2S stuff: https://youtu.be/G70CZLPjsXU
There is a youtube video on this topic that achieved some impressive results using out of specs I2S stuff: https://youtu.be/G70CZLPjsXU
Who is online
Users browsing this forum: No registered users and 239 guests