Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Image display through VGA on FPGA

Status
Not open for further replies.

maheshhkc

Newbie level 4
Joined
Nov 11, 2013
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
34
I am trying to display an image through VGA port using an FPGA(Virtex 5).
I took a 32x32 image and obtained its bit file (RGB values) using Matlab. I have saved the bits onto an array. If I continuously send 8 bits of R, G and B together in order through the VGA port, will it be decoded as the image in the projector?
Or is there any other procedure I need to follow?

Please help.
 

You need to get hold of, your write your own VGA controller. There are timings you need to control, like hsync and vsync signals. Have a search on opencores.org, or maybe have a go at writing your own - it is little more than a couple of counters.
 
  • Like
Reactions: gmk3

    gmk3

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top