Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
This commit is contained in:
commit
95817a26a3
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
* Bitmap should match the resolution of your display configuration.
|
* Bitmap should match the resolution of your display configuration.
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
* 1. SAVE BITMAP AS 1BIT COLOUR in paint.net
|
1. SAVE BITMAP AS 1BIT COLOUR in paint.net
|
||||||
* 2. Run: bmp2hex.py -i -x <BITMAP> (e.g. "bmp2hex.py -i -x WiFi1bit.bmp")
|
1. Run: bmp2hex.py -i -x <BITMAP> (e.g. "bmp2hex.py -i -x WiFi1bit.bmp")
|
||||||
* 3. Copy paste output into sketch.
|
1. Copy paste output into sketch.
|
||||||
|
|
||||||
![bmp2hex usage screenshot](screenshot.jpg)
|
![bmp2hex usage screenshot](screenshot.jpg)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue