aboutsummaryrefslogtreecommitdiff
path: root/examples/BitmapIcons
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2021-03-28 15:35:23 +0100
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2021-03-28 15:35:23 +0100
commit95817a26a37a47c61fcf8518ebe01443700f3185 (patch)
tree6e6c2dccddce6e975686b6c804380488449ef1bd /examples/BitmapIcons
parent51345ec0ac133b3c3c6816fdda8d66d029290487 (diff)
parentef23d93a084d292df6e277998edbf708b9ac56fd (diff)
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
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)