This program converts any BMP file into header file for use with CircleOS.
Any format is supported (without compression, RLE compression...).
There is no transformation, the .h file is read "as it" by the CircleOS (version > 4.0).
Command Prompt usage :
BMPconverter <path_to_bmp_file>
Example:
BMPconverter example.bmp
A batch "ConvertAll.bat" is also provided, which converts all .bmp file of the current directory.