Skip to main content
Asantos
Associate III
May 24, 2019
Question

How to convert a JPEG picture into C header file?

  • May 24, 2019
  • 2 replies
  • 1125 views

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.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
May 24, 2019

BMPCVT ?

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
turboscrew
Senior III
May 25, 2019

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