We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i am trying to open .png file from SD card and display on LCD but it shows image with white background with nodata text. how to resolve that?
The text was updated successfully, but these errors were encountered:
Probably the file can't be opened. Can you open and read a text file using LVGL's file system?
Sorry, something went wrong.
yes, file opened and also it gives correct file size of png file
Then probably it's an out of memory issue. Enabling logging should help to see what is happening.
No branches or pull requests
i am trying to open .png file from SD card and display on LCD but it shows image with white background with nodata text.
how to resolve that?
The text was updated successfully, but these errors were encountered: