A small command line utility for converting images into a MicroBitImage.
MicroBitImage north("0,0,255,0,0\n0,255,255,255,0\n255,0,255,0,255\n0,0,255,0,0\n0,0,255,0,0\n");
The variable name is based off of the file name
# python3 setup.py install
usage: mBitImageConverter [-h] [--BW] FILES [FILES ...]
Coverts Images to MicroBitImage.
positional arguments:
FILES a list of images to be convered
optional arguments:
-h, --help show this help message and exit
--BW converts the images to black and white