Page 1 of 1

ESP32 - libtjpegd library question

Posted: Thu May 03, 2018 1:39 pm
by wwwenrico
Hi,

can anybody tell me how to use the libtjpegd library?

If I understood correctly that library should be located in the ROM of the ESP32 chip.

Thanks,
Enrico Migliore

Re: ESP32 - libtjpegd library question

Posted: Thu May 03, 2018 3:35 pm
by kolban
I googled "libtjpegd" and couldn't find a reference to it. What is it?

Re: ESP32 - libtjpegd library question

Posted: Thu May 03, 2018 6:32 pm
by loboris
tjpgd.h

Usage example: TFT library

Re: ESP32 - libtjpegd library question

Posted: Thu May 03, 2018 8:17 pm
by wwwenrico
Hi,

got it, thank you.

It's a simple JPEG decompressor that reads JPEG encoded streams and transforms them into RGB streams which can then be sent to TFT/LCD screens.

Thanks,
Enrico Migliore