ugfx/tools/file2c
2013-07-22 17:04:37 +10:00
..
binaries Fix corruption of binary files by license header updates 2013-07-22 17:04:37 +10:00
src Fix corruption of binary files by license header updates 2013-07-22 17:04:37 +10:00
readme.txt file2c tool - Makefile, readme, linux binary 2013-04-03 12:32:57 +02:00

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 -?