-
Notifications
You must be signed in to change notification settings - Fork 66
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
JPG from url #85
Comments
Yes - I am doing just that: void displayJPEG(const String& comment) { if (FlashFS.exists("/temp.jpg")) { if (downloaded) {
} else { FlashFS.end(); Getting the file: bool getFile(const String& url, const char* fileName, fs::FS& fs = FlashFS) { if (httpCode > 0) { http.end(); |
Hello,
it is possible to load JPG image from url and display it on TFT?
Thanks
David
The text was updated successfully, but these errors were encountered: