2019-05-24 11:47 AM
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.
2019-05-24 12:29 PM
BMPCVT ?
2019-05-25 04:20 AM
I wonder why .h-file. Shouldn't it go into .c-file as const array?