Replies: 1 comment 2 replies
-
"lcd-image-converter "can we use this software? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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