2019-02-07 10:40 PM
Hi,
I'm trying to load jpeg files in TouchGFX by using the JPEG Loader Library. I have downloaded that from the Git using the link given in TouchGFX Forum. I have added the Library in my project and tried to load a jpeg image. The image was not loaded, the image is placed in the working folder alone. I have set the break point and checked if the file is opened successfully or not. The file was opened successfully but i didn't the image in simulator output . Suggest me a solution for this issue.
Solved! Go to Solution.
2019-02-12 01:48 AM
Hi Martin,
Getting Error no as 88 (Function not Implemented).
2019-03-17 11:50 PM
How can I add a library to my project? I am completely in the novice stage
2019-03-18 01:46 AM
If you mean LibJPEG you can download the JPEGTest application in this thread and check out how.
/Martin
2019-03-18 02:36 AM
Thank you reply! I put LibJPEG in my project root directory and added LibJPEG \include to the Include directory. I tried #include "jinclude.h", but the output could not open the include file: 'assert.h': no such file or directory. Cannot open include file: 'stdio.h' in jinclude.h