aboutsummaryrefslogtreecommitdiff
path: root/examples/BitmapIcons
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2021-03-28 13:31:34 +0100
committerGitHub <noreply@github.com>2021-03-28 13:31:34 +0100
commitef23d93a084d292df6e277998edbf708b9ac56fd (patch)
tree8b5e4bfb273e8ceb9dd9531980273555a13188e5 /examples/BitmapIcons
parent9684d3abb8eca67b9703eddb5c19dfdd70bbc003 (diff)
Update README.md
Diffstat (limited to 'examples/BitmapIcons')
-rw-r--r--examples/BitmapIcons/README.md6
1 files changed, 3 insertions, 3 deletions
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 <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)