This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BMP Image Help

Hi there,

I am having a MCB1700 board with me. I want to display an bmp image on the display. For that I wish to save the pixel values as a vaiable (in an Array) and display it.

I would be much obliged if you can help me.

Thank you

Parents
  • There are a number of applications out there that can convert a binary file into an C array of unsigned char data for inclusion in a build. That is normally the most "standard" way to include larger binary data into a project.

Reply
  • There are a number of applications out there that can convert a binary file into an C array of unsigned char data for inclusion in a build. That is normally the most "standard" way to include larger binary data into a project.

Children