ugfx/tools/file2c
inmarket 9ef10b9ec6 Add linux binary for the updated file2c tool. 2014-02-05 09:32:22 +10:00
..
binaries Add linux binary for the updated file2c tool. 2014-02-05 09:32:22 +10:00
src Update file2c tool to enable creation of directory entries for the ROM file system. 2014-02-05 08:45:28 +10:00
readme.txt Tools to convert a file to c array 2013-04-04 16:58:48 +10:00

readme.txt

This utility converts a file (of any type) into a c array
so that it can be compiled into your project.

Please note that we don't take any responsibility for the
precompiled binaries at all. They are provided 'as is' without
any warranty.


For example:
	file2c -cs test.bmp test-image.h

For usage instructions:
	file2c -?