ESP32-HUB75-MatrixPanel-DMA/examples/BitmapIcons
2021-03-28 13:31:34 +01:00
..
BitmapIcons.ino Update BitmapIcons.ino 2021-02-28 11:12:24 +00:00
bmp2hex.py Clean up bitmap graphics example 2021-02-28 11:05:45 +00:00
Dhole_weather_icons32px.h New bitmap graphics example 2019-11-04 22:42:27 +00:00
README.md Update README.md 2021-03-28 13:31:34 +01:00
screenshot.jpg Clean up bitmap graphics example 2021-02-28 11:05:45 +00:00
WiFi1bit.bmp Clean up bitmap graphics example 2021-02-28 11:05:45 +00:00

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 (e.g. "bmp2hex.py -i -x WiFi1bit.bmp")
  3. Copy paste output into sketch.

bmp2hex usage screenshot