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 agoI tried it and the image appeared dark (not bright).
But please explain to me why shifting by 2?!!! Shifting by 2 is equivalent to multiplying by 4 which makes the range now from 0 --> 1023 (10 bits for VGA_R, VGA_G, VGA_B). Would the image still look the same after the shift? Many Thanks