Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIS it Possible to display bmp image read from SDRAM
Can any one tell us pls. I am using DE0 board. Reading bmp image from SDCARD display it on VGA instead of SRAM buffer i m using SDRAM. is it possible to display the bmp image.
Altera_Forum
Honored Contributor
12 years agoHi,
You don't need to make any header file. Any .bmp image has by default a header of 54Byte. So when ever you start reading a image, the first 54 reads will correspond to that header and after that the actual data is being read.