Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dannixon/glcd-bitmapconverter
- Owner: DanNixon
- License: apache-2.0
- Created: 2014-09-10T12:49:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-20T11:10:13.000Z (about 10 years ago)
- Last Synced: 2023-08-01T06:22:38.236Z (over 1 year ago)
- Language: Python
- Size: 219 KB
- Stars: 10
- Watchers: 2
- Forks: 6
- 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.
![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)