Username:     
Password:     
             

Projects
BMP Converter 1.0
 
This program converts any BMP file into header file for the CircleOS

Code size: Author:yrt
Source files included:yes Version:1.0
Use circleOS:no Creation date:2010-09-28 09:39:52
Hardware modification:no Modification date:2010-09-28 11:49:10
Based on the STM32 Primer:no
   
Downloads:2443 Views:27923
   
Vote:
Average ratings:0/5 (0 rates)

Download:    BMP-Converter-1.0.zip (48 KB)

Description:

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.