Forum Discussion
12 Replies
- Altera_Forum
Honored Contributor
Hi balakumar,
I'm doing the project containing display image stored in SD card, on VGA. Now, I write the module that read successfully data from SD card, but SD RAM and VGA are the tackles. Could you help me ? By the way, are you using Nios-II or STORM SoC for integrating all of those components ? Thanks, - Altera_Forum
Honored Contributor
Hi,
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.