No description
Find a file
2023-09-18 13:04:33 -07:00
bootscreen.py Update bootscreen.py 2023-09-18 13:03:11 -07:00
media2array.py Update media2array.py 2023-09-18 13:03:49 -07:00
protomatter_dither.py Update protomatter_dither.py 2023-09-18 13:04:33 -07:00
README.md Update README.md 2023-09-18 13:01:50 -07:00

media2array

Python 3 scripts for converting bitmaps, images and WAVs to Arduino PROGMEM arrays.

Remember to install PIL with pip3 install pillow

  • Bitmap images for Adafruit_GFX drawBitmap() function.
  • Image to NeoPixel data for animation.
  • WAV to 8- or 10-bit DAC data. This is a WIP and may adopt a different N-bit packing strategy.