aboutsummaryrefslogtreecommitdiff
path: root/examples/BitmapIcons
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2021-02-28 11:12:24 +0000
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2021-02-28 11:12:24 +0000
commite70d0852643c697b5c5852b2caf3dccf8fbf2305 (patch)
tree697e2d4dcfb142eb4904872cd0d9e57626aded64 /examples/BitmapIcons
parent25e8a224bd828619a3029d204cdb264b4385bff8 (diff)
Update BitmapIcons.ino
Diffstat (limited to 'examples/BitmapIcons')
-rw-r--r--examples/BitmapIcons/BitmapIcons.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/BitmapIcons/BitmapIcons.ino b/examples/BitmapIcons/BitmapIcons.ino
index 3270a70..2c7ddf7 100644
--- a/examples/BitmapIcons/BitmapIcons.ino
+++ b/examples/BitmapIcons/BitmapIcons.ino
@@ -44,7 +44,7 @@ MatrixPanel_I2S_DMA display; // RGB Panel
* Python and Paint.Net needs to be installed.
*
* 1. SAVE BITMAP AS 1BIT COLOUR in paint.net
- * 2. Run: bmp2hex.py -i -x loading.bmp
+ * 2. Run: bmp2hex.py -i -x <BITMAP FILE>
* 3. Copy paste output into sketch.
*
*/