JPEGDecoder icon indicating copy to clipboard operation
JPEGDecoder copied to clipboard

A JPEG decoder library

Results 14 JPEGDecoder issues
Sort by recently updated
recently updated
newest added

I'm running person detection example from tensorflow_lite library. I have downloaded the jpeg decoder 1.8.0 from arduino library manager. As in arduino_image_provide.cpp I have configured as mentioned below /* The...

Fixes `comparison between signed and unsigned integer expressions [-Wsign-compare]` 'cause it's always good to shut that damn compiler up!

I am trying to follow this tutorial to show Jped Image wih JPEGDecoder: https://www.youtube.com/watch?v=4eD6recBq4M I get the following error: clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:1184 load:0x40078000,len:13260 load:0x40080400,len:3028 entry 0x400805e4 File Test!...

## The issue So I tried to use this library for fetching necessary information, along with LVGL running on ESP32, and after I follow the example code using createArray(), the...

The example works perfectly for all of the supplied images in PORTRAIT. If myGLCD.InitLCD(LANDSCAPE); is used the image drawn is not correct. Is this a problem with renderJPEG ? Can...

I user JPEGDECODER with TFT_eSPI So i try to complie code and then Error show : error: 'File' does not name a type; did you mean 'SdFile'? 89 | File...

Hello @Bodmer , Is there a way to clear a drawn image? Use case: There are 2 overlapping images, and we want to delete the last drawn image without redrawing...

Hi, ESP32;8bit TFT parallel ili9341 JPEGDecoder 1.8.1 TFT_eSPI 2.4.79 #include The picture is correct only when tft.setRotation(1); Can this be fixed? Thank you. https://youtu.be/WHGD1spQ-cY

Thanks for the program. I have use it to draw a series of 3 x 3 jpeg map tiles, 256 x 256 pixel, each on a 320 x 480 TFT....