ugfx/tools/file2c/readme.txt
Andrew Hannam b95151c7c2 Tools to convert a file to c array
file2c converts any file into a C array.
Particularly useful for loading an image file into flash.
2013-04-04 16:58:48 +10:00

9 lines
188 B
Plaintext

This utility converts a file (of any type) into a c array
so that it can be compiled into your project.
For example:
file2c -cs test.bmp test-image.h
For usage instructions:
file2c -?