ugfx/tools/file2c
Andrew Hannam ce9b930af0 Fix to file2c to ensure valid C identifiers
A couple of small bug fixes.
2013-04-04 17:55:45 +10:00
..
Binaries - Win32 Fix to file2c to ensure valid C identifiers 2013-04-04 17:55:45 +10:00
Source Fix to file2c to ensure valid C identifiers 2013-04-04 17:55:45 +10:00
readme.txt Tools to convert a file to c array 2013-04-04 16:58:48 +10:00

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