Page 1 of 1
VGA Primer for generating video signals
Posted: Wed Feb 01, 2012 12:06 am
by ChuckT
VGA Primer for generating video signals
Video Graphics Array "VGA" is a standard for computer display.
http://www.nathandumont.com/node/241
Posted: Wed Feb 01, 2012 12:32 am
by GARTHWILSON
Wow, we probably should set up a section of the website for things like this, which although are not absolutely 65-family related, are definitely related to the projects we take on with the 65 family! I added it to my own bookmarks. Thanks.
Posted: Wed Feb 01, 2012 1:11 am
by Nightmaretony
http://elm-chan.org/works/crtc/report.html
the Elm Chan CPLD VGA controller. Should be easily interfaceable to the C02 bus...
Posted: Wed Feb 01, 2012 2:23 am
by ChuckT
Nathan applied his VGA primer to hardware which includes the ChipKit Uno32. It isn't FPGA but some of the hardware to his pong demo could be applied to FPGA:
http://www.nathandumont.com/node/242
He has other VGA projects.
ChipKIT: Conway's Game of Life on VGA
http://www.nathandumont.com/node/244
I don't know a whole lot about electronics even though I've been reading about different hardware for three years. I seek having different solutions which includes video for microcontrollers, the 6502 and its compatibles.
Re: VGA Primer for generating video signals
Posted: Mon Oct 22, 2018 8:07 pm
by BigEd
Re: VGA Primer for generating video signals
Posted: Thu Nov 08, 2018 9:45 pm
by Oneironaut
Here is a VGA timing calculator I wrote when I made Vulcan-74...
science.com/temp/VGA.exe
Just set the clock to what you are using, and it does the rest.
I also made an NTSC calculator for my current JetPack project...
lucidscience.com/temp/NTSC.exe
Brad
Re: VGA Primer for generating video signals
Posted: Thu Nov 08, 2018 10:20 pm
by jds
The Rockwell 6545AP can be made to do VGA timing. A normal 6545 or a 6845 is a little too slow, but the AP version of the Rockwell 6545 is fast enough. It's mainly designed for text displays but can be made to do graphics as well. As it's only really a timing generator chip you can widen the bus width of the video ram to more than 8-bits and add more colours or text attributes.
Re: VGA Primer for generating video signals
Posted: Wed Dec 19, 2018 3:04 pm
by cbmeeks
Here are some nice tutorials I found for generating VGA with Verilog.
https://timetoexplore.net/blog/arty-fpga-vga-verilog-01