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: 3 months ago
JSON representation
A tool to convert bitmap images to C arrays for GLCDs
- Host: GitHub
- URL: https://github.com/dannixon/glcd-bitmapconverter
- Owner: DanNixon
- License: apache-2.0
- Created: 2014-09-10T12:49:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-20T11:10:13.000Z (almost 11 years ago)
- Last Synced: 2025-03-23T01:12:44.034Z (3 months ago)
- Language: Python
- Size: 219 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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