Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 6 months ago.
is it possible for using LibJPEG in STM32F7xx not with SD-card memory area with QSPI memory area??
I want to read jpeg file from QSPI memory, decode it and display the final BMP image on the LCD by using LibJPEG supported from ST. My developping board is STM32F746BET.
Originally, the example given from ST is to reading jpeg file from SDCard memory not from QSPI memory.
So is it possible for reading jpeg file from QSPI memory, decode it and display the final BMP image on the LCD by using LibJPEG.
If it is possible, which part(source) do I have to change??