Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
moeburn opened this issue Mar 20, 2024 · 3 comments

Comments

@moeburn
Copy link

moeburn commented Mar 20, 2024

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.

@Bodmer
Copy link
Owner

Bodmer commented Mar 20, 2024

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.

@kai11
Copy link

kai11 commented May 5, 2024

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

@RWBRWB
Copy link

RWBRWB commented Jun 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants