speed decoding / displaying images #3523
Unanswered
stef-ladefense
asked this question in
Q&A - General
Replies: 1 comment
-
You can always decode them before the compile into .c or .h files. But if the images are updated into file system after the compile time, .bmp or .tiff should be the fastest since there is no compression on them |
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
-
I have several small images of about 117x77 stored in the internal flash in a littlesfs partition.
use ESP32S3 N16R8
what do you think would be the format that would take the least time to decode / decompress? bmp? jpg? png? others?
currently I use bmp with the routine from the examples here to display them.
thanks
Beta Was this translation helpful? Give feedback.
All reactions