Page 1 of 1

VGA driver ?

Posted: Sun Mar 05, 2017 9:57 am
by jumjum123
Is anybody working on a VGA driver ?

Re: VGA driver ?

Posted: Sun Mar 05, 2017 4:45 pm
by kolban
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?

Re: VGA driver ?

Posted: Sun Mar 05, 2017 5:25 pm
by WiFive
I would guess he means something similar to https://github.com/smaffer/vgax but boosted by esp32 horsepower

Re: VGA driver ?

Posted: Sun Mar 05, 2017 7:06 pm
by jumjum123
@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

Re: VGA driver ?

Posted: Sun Mar 05, 2017 8:18 pm
by erhardd
Only a hint:
You should take a 8-bit IF for GLCD and merge together
Image
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 ?

Posted: Wed Feb 06, 2019 2:38 am
by LinusK
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