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

need help to convert picture to bitmap data array

in LCD_Blinky example for ATSAM3U-EK board there are 5 pictures represent as a bitmap array in 5 files such as Bg_16bpp_t_fh_fv.c has
const unsigned char Bg_16bpp_b_fh_fv[] = { 0x7d,0xef,0x7d,0xef,...};

I want to use different pictures, but I don't know how to convert them to have this kind of format. Can someone show me how to do it?

Thank you

0