cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert a JPEG picture into C header file?

Asantos
Senior

Hi

The example project "JPEG_DecodingFromFLASH_DMA" has the include file:"image_320_240_jpg.h". I would like to know what software ST used to convert the .jpg image file into C header file or into the image_320_240_jpg buffer array.

2 REPLIES 2

BMPCVT ?

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
turboscrew
Senior III

I wonder why .h-file. Shouldn't it go into .c-file as const array?