-
Notifications
You must be signed in to change notification settings - Fork 79
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
Show a bmp, png, jpg or sprite from SPIFFS #65
Comments
This is an old goal. It would be great if you can help. |
Hi, my library works with Adafruit GFX but I cannot test with the GFXWrapper. You opened an issue without further information... which error do you get? Where can I found your code? |
@lucadentella |
Hi Martin, unfortunately at the moment I'm on a job travel and I won't be able to work on this for at least a month: that's why I was asking @e-labInnovations if he made some tests with the two libraries or he was "only" asking for anyone to do the job for him... |
Hi @lucadentella
Here is the compilation error
|
Hi unfortunately my library requires an Adafruit_SPITFT object (the second parameter of the drawBMP method). That is an intermediate object included in the Adafruit_GFX library: From what I understood, the GfxWrapper provided with this library is a wrapper for the "main" class (Adafruit_GFX) and therefore cannot be used directly with my library. You should write a "fake" SPITFT object or rewrite part of my library. |
I would like to show an image (BMP, png, jpg or sprite) from SPIFFS to VGA (MODE640x400 or any).
How is this possible?
The text was updated successfully, but these errors were encountered: