Forum Discussion
Altera_Forum
Honored Contributor
18 years agoDE2 board VGA Dispaly
Hello All, I am trying to use the board's SRAM to store an image and dispaly it on the screen. I designed a project using QuartusII and was able to manage the VGA dispaly timing. I used a...
Altera_Forum
Honored Contributor
17 years agoHello everyone,
Can anyone explain to me how to generate the R, G, B signals (used in DE2 board) from a gray image? let me explain. I have an array of pixels (representing a gray image) stored in the DE2 SRAM. How do I generate the 10-bit VGA_R,VGA_G, VGA_B needed from each pixel? How do I generate VGA_R, VGA_G, and VGA_B from a gray pixel that ranges from 0- 255? Please help