TJpg_Decoder icon indicating copy to clipboard operation
TJpg_Decoder copied to clipboard

Any way to fetch and display JPGs from the web without storing them to SPIFFS in between?

Open moeburn opened this issue 11 months ago • 3 comments

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 use this function several hundred times a day, and that would wear out the flash memory in short order.

moeburn avatar Mar 20 '24 01:03 moeburn

Try the fork here and let me know if it works for you: https://github.com/SirCooper/TJpg_Decoder

There are 2 streaming examples added in that fork.

Bodmer avatar Mar 20 '24 12:03 Bodmer

@Bodmer this streaming library works GREAT. Are you going to merge these changes?

kai11 avatar May 05 '24 00:05 kai11

Awesome streaming examples. Looking to download Album art for music and streaming directly to the LCD makes sense vs storing it.

RWBRWB avatar Jun 20 '24 16:06 RWBRWB