Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI have done this before.
when I was new I did not have way to read bmp file on the FPGA. therefore I made C program which make bmp.h file from bitmap(raw) binary image. also I made C program which works on the NiosII. the NiosII program writes the data from bmp.h into flash-memory. after that, another NiosII program reads the image from flash to use. if you know a lot about ethernet / SD card or some other way. you can put image from LAN or SD card / USB and so on. the way I wrote is not professional but still works. see you.