ESP32-HUB75-MatrixPanel-DMA/examples/BitmapIcons/README.md
2021-02-28 11:05:45 +00:00

13 lines
No EOL
400 B
Markdown

# Xbm Bitmap example
## Requirements
* To generate the required Xbm data to be copied into the Sketch. Have python and paint.net installed.
* 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 loading.bmp
* 3. Copy paste output into sketch.
![bmp2hex usage screenshot](screenshot.jpg)