aboutsummaryrefslogtreecommitdiffstats
path: root/tools/file2c/readme.txt
diff options
context:
space:
mode:
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 -?