diff --git a/examples/BitmapIcons/README.md b/examples/BitmapIcons/README.md index 06ae9fb..155365e 100644 --- a/examples/BitmapIcons/README.md +++ b/examples/BitmapIcons/README.md @@ -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 (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 (e.g. "bmp2hex.py -i -x WiFi1bit.bmp") + 1. Copy paste output into sketch. ![bmp2hex usage screenshot](screenshot.jpg)