Hi.
I am trying to print JPEG image on the screen by implementing EwLoadExternBitmap function.
Using this link as an example, the JPEG image was decoded using LIBJPEG and outputted to the screen, but it is too slow to load the image.
So I want to print the image on the screen using the hardware JPEG decoder built into STM32F7xx.
I am referring to the example of the Discovery board project, but I don't understand it well.
If possible, can I get an example of printing JPEG images to ExternalBitmap using a hardware decoder on the STM32F7 board?
Thanks.