This commit is contained in:
mrfaptastic 2021-03-28 15:35:23 +01:00
commit 95817a26a3

View file

@ -4,9 +4,9 @@
* Bitmap should match the resolution of your display configuration.
## Instructions
* 1. SAVE BITMAP AS 1BIT COLOUR in paint.net
* 2. Run: bmp2hex.py -i -x <BITMAP> (e.g. "bmp2hex.py -i -x WiFi1bit.bmp")
* 3. Copy paste output into sketch.
1. SAVE BITMAP AS 1BIT COLOUR in paint.net
1. Run: bmp2hex.py -i -x <BITMAP> (e.g. "bmp2hex.py -i -x WiFi1bit.bmp")
1. Copy paste output into sketch.
![bmp2hex usage screenshot](screenshot.jpg)