aboutsummaryrefslogtreecommitdiffstats
path: root/tools/file2c/readme.txt
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2013-04-03 01:14:39 -0700
committerTectu <joel@unormal.org>2013-04-03 01:14:39 -0700
commitfb641b712ebca402d298310bd153680601eeef8b (patch)
treef83fe472ddc26ec0039b0f00cff1b4c8b17d6619 /tools/file2c/readme.txt
parent08c648219193c340caf8a5eabebf16271545406d (diff)
parentce9b930af0d242bfc61579f4b9badba7d04c5c8e (diff)
downloaduGFX-fb641b712ebca402d298310bd153680601eeef8b.tar.gz
uGFX-fb641b712ebca402d298310bd153680601eeef8b.tar.bz2
uGFX-fb641b712ebca402d298310bd153680601eeef8b.zip
Merge pull request #53 from inmarket/master
Tool to convert a file into a c array
Diffstat (limited to 'tools/file2c/readme.txt')
-rw-r--r--tools/file2c/readme.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/file2c/readme.txt b/tools/file2c/readme.txt
new file mode 100644
index 00000000..54984111
--- /dev/null
+++ b/tools/file2c/readme.txt
@@ -0,0 +1,8 @@
+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 -?