TJpg_Decoder
TJpg_Decoder copied to clipboard
Any way to fetch and display JPGs from the web without storing them to SPIFFS in between?
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.
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 this streaming library works GREAT. Are you going to merge these changes?
Awesome streaming examples. Looking to download Album art for music and streaming directly to the LCD makes sense vs storing it.