Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

IS 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.

12 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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.