TJpg_Decoder icon indicating copy to clipboard operation
TJpg_Decoder copied to clipboard

Jpeg decoder library based on Tiny JPEG Decompressor

Results 9 TJpg_Decoder issues
Sort by recently updated
recently updated
newest added

I am unable to produce a custom jpg that would work. The library works with the provided panda image however that is the only image that works for me. I...

The JPG web fetch and display functions are great, but is it essential to store them on disk first, or can they be displayed straight from memory? I want to...

Hi, I have got the library working great using littlefs and web download then display. However, if I try the same image using the http stream example I get a...

Hi Bodmer, I'm trying to use the TJpg_Decoder library to display a jpeg to a tft display. I have it working, but the only issue is that it's very slow...

Hello Bodmer, I am using an ESP32/TFT/SD ESP32_3248S035R AllInOne Hardware where I can use SD or Touch but not both together. As soon as I integrate SD, touch stops working...

Please add support for FFat filesystem ;)

How do I get the value of each 8 bit color when the library is configured with JD_FORMAT=0? The function that draws the image, in the mai case called 'tft_outpu'...

I have an st7789 240 * 240 screen my connections are #define TFT_MISO -1 #define TFT_MOSI 23 #define TFT_SCLK 18 #define TFT_CS 14 // Chip select control pin #define TFT_DC...