Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoiberg/bitmaptoc

A simple Mac OS X app that converts .bmp files to C arrays that can be used for example LCD's.
https://github.com/hoiberg/bitmaptoc

Last synced: 22 days ago
JSON representation

A simple Mac OS X app that converts .bmp files to C arrays that can be used for example LCD's.

Awesome Lists containing this project

README

        

# BitmapToC
A simple Mac OS X app that converts .bmp files to C arrays that can be used for, for example, LCD's.

![Screenshot](https://github.com/hoiberg/bitmapToC/blob/master/BitmapToCScreenshot.png)

## How to use
Download the latest release and open the app. Drag and drop a .bmp file to the area to select the image.
Select how many bits (pixels) every array element should contain, and hit 'convert'.

Note: Only works with bmp files with one bit per pixel.