Replies: 1 comment 1 reply
-
"lcd-image-converter "can we use this software? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Image files can be converted to arrays using the tool here:
https://notisrac.github.io/FileToCArray/
To use this tool:
This method can be used to convert jpeg and png image files to arrays. For an example see Flash_PNG example sketch. The smooth font vlw files can also be converted to arrays using the same method.
The instructions above create a complete byte by byte copy of the original file without any format conversion (i.e. a jpeg or png image file is NOT converted to a bitmap file).
Beta Was this translation helpful? Give feedback.
All reactions