Description
Hello,
I’m trying to use libturbojpeg to decode a jpg image from RAM, but when I enable LV_USE_LIBJPEG_TURBO in lv_conf.h it doesn’t compile because it cannot find the
jpegint.h file. I’ve followed the instructions at libjpeg-turbo decoder — LVGL documentation but with no luck. I’ve also tried to clone and build libturbojpeg from source at GitHub - libjpeg-turbo/libjpeg-turbo: Main libjpeg-turbo repository and added to my CMakeLists.txt file the directory where it installed turbojpeg with the directive include_directories( /opt/libjpeg-turbo/include).
It finds the jpeglib.h file but not the jpegint.h one that I mentioned above.
Could you please provide some instruction on How to get it working?
What MCU/Processor/Board and compiler are you using?
Raspberry Pi Pico 2 W
What LVGL version are you using?
Version 9.2.2
What do you want to achieve?
Decode a Jpeg image with the decoder turbojpeg.