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

Arm: mcbstm32c kit convert bitmap to c header file

Hi guys,
İ have mcbstm32c kit, it has 320x240 lcd i am using keil sample projects. i need to convert bitmaps to c file.Which converter does keil use to create c header file.I found some converters but they didnt work with keil's sample projects and with them i couldnt see the right image

Parents
  • It is not important if it is .h or .c file, who cares.
    Although .c is more appropriate.

    Anyways, how did you create image if you have 32 * 32 size without header?

    The way it should be done is create bitmap as .bmp file, and remove header as .bmp file surely has a header and then convert it to array.

Reply
  • It is not important if it is .h or .c file, who cares.
    Although .c is more appropriate.

    Anyways, how did you create image if you have 32 * 32 size without header?

    The way it should be done is create bitmap as .bmp file, and remove header as .bmp file surely has a header and then convert it to array.

Children
No data