Convert image files into C arrays of uint8_t for compiling into your project
Go to file
2020-12-02 20:15:36 -05:00
README initial commit 2020-12-02 20:15:36 -05:00

A command line tool for turning binary image files into C source code
The output is an array of unsigned chars and is sent to stdout.
Included is a comment detailing the image type, size and other details.