Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDE1 with SD-card reader
Hello, I would like to use the SD-card reader on the DE1 development board in order to store pictures that I want to display on a screen, through the VGA connector. I already create a VGA ...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- ... once I retrieve the picture stored on this SD-card (if I succeed to do it :-) ), how can I display it on the screen? Do you know if there is a sort of IP to do that or should I just look at the characteristic of bmp image for ex to get the pixels informations? --- Quote End --- I think that the more difficult part is to build everything for reading the bmp file from SD card. Then the road is downhill. Infact, getting the pixel information from bmp file is rather simple (see for example http://en.wikipedia.org/wiki/bmp_file_format). I'm assuming you already have the VGA display driver, so you simply have to turn on the required image pixels. I'm also assuming you are planning to use Nios or other processor to handle all the stuff. Cris