Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dannixon/glcd-bitmapconverter

A tool to convert bitmap images to C arrays for GLCDs
https://github.com/dannixon/glcd-bitmapconverter

Last synced: 7 days ago
JSON representation

A tool to convert bitmap images to C arrays for GLCDs

Awesome Lists containing this project

README

        

GLCD Bitmap Converter
---------------------

A tool for converting bitmaps to C arrays for monochrome GLCDs.

Usage
-----

Use ```python converter.py -h``` to see a list of arguments.

Example
-------

The original image was converted with ```python converter.py -f sakuya.png -i --height 64 --threshold 244``` and is shown on a TiLDA MKe.

![Original](https://github.com/DanNixon/GLCD-BitmapCOnverter/raw/master/sakuya.png "Original")
![On TiLDA MKe](https://github.com/DanNixon/GLCD-BitmapConverter/raw/master/sakuya_glcd.jpg "On TiLDA MKe")

[Image source](http://en.touhouwiki.net/wiki/File:Touhoudex_2_HSakuya.png)