From b95151c7c22eed7336fdef3a3587138cddf070e4 Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Thu, 4 Apr 2013 16:58:48 +1000 Subject: Tools to convert a file to c array file2c converts any file into a C array. Particularly useful for loading an image file into flash. --- tools/file2c/readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/file2c/readme.txt (limited to 'tools/file2c/readme.txt') 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 -? -- cgit v1.2.3