Bodmer / JPEGDecoder

A JPEG decoder library
Other
220 stars 64 forks source link

Does not work on ESP32 when choosing Littlefs #60

Open aleXela17 opened 3 years ago

aroesz98 commented 2 years ago

Is it possible to use this library with Arduino Nano RP2040 Connect and arduino pico library? I'm trying to use this library with LittleFS but display only change colors and bitmaps doesn't printing. Listing files work but when jpeg should appear is doesn't happens. Serial printing:

Drawing file: /EagleEye.jpg

=============== JPEG image info

Width :0 Height :0 Components :0 MCU / row :0 MCU / col :0 Scan type :0 MCU width :0 MCU height :0

Total render time was : 0 ms

aroesz98 commented 2 years ago

Actually after changing all "SPIFFS" lines to "LittleFS" showed me something like that for all images: Drawing file: /BaboonL.jpg

=============== JPEG image info

Width :536886536 Height :536886776 Components :268445121 MCU / row :536886800 MCU / col :536887976 Scan type :193 MCU width :268550808 MCU height :1073987584

Total render time was : 1 ms