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 agoHi Monish.
Wrong, you should do this: VGA_R <= ROM_DATA << 2; VGA_B <= ROM_DATA << 2; VGA_G <= ROM_DATA << 2; SHIFT LEFT data, Not concatenate data.