2017-12-27 11:01 PM
Hello
Sorry for disturb and sorry if its not the right forum to ask this
we use the example that provded with discovery stm32f429 DMA2D
we want to put a bitmap ; but in that example we see that the bitmaps are converted with header to C array ;
can you suggest a free tool to do that ?
this is the function
BSP_LCD_DrawBitmap(0, 0, (uint8_t *)color2);
thank you
2017-12-28 06:40 AM
Things like BMPCVT, BIN2C?
http://www.emcu.eu/stemwin-tools/
Writing a quick C app that can take binary data and output a C array is something an intern should be able to knock out in 5-10 mins.
Transcoding bitmaps can be more complicated if the target has specific palette or colour depth requirements, then a better understanding of formats and requirements is needed.