Print .PNG files from SD card #2845
ELECTRONOOBS
started this conversation in
Compatible support libraries
Replies: 1 comment
-
You could try chacging the LittleFS example. Change these lines to
Other changes may be required but tat would be a good starting point. The example here may also help: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Till now the library works great for me with different screens. I was working with the ILI9341 for example and using the jpeg from SD card example works ok. That example is using the jpeg decode library bur I can see there is also a PNG decode library. Bur there is no SD card example for PNG, only flash stored files. I was wondering if is there an example of opening a PNG dile from tbe SD card, decode it and print it on the screen just as with the jpeg example. Thank you!!!
Beta Was this translation helpful? Give feedback.
All reactions