Bitmap to Duet 12864 menu image converter
-
I needed to convert an image to work on a 12864 menu, so wrote a small python CLI tool to do it.
https://pypi.org/project/bmptoduet/
https://github.com/keyz182/bmptoduetInstall with
pip3 install bmptoduet
or similar.Run with
bmptoduet sourceimage.bmp outputimage.img
.The source image must be 255x255 or smaller, and in a monochrome 1bit per pixel bitmap format.