Control Surface  1.1.1
MIDI Control Surface library for Arduino
Adding custom bitmaps to display
  1. Use GIMP to create a small black-and-white image, and export it as an X BitMap (.xbm) file.
  2. Copy the XBM file to the ./XBM subfolder of this folder. The filename can only contain alphanumeric characters and underscores, and cannot start with a number.
  3. Run the Python script ./Scripts/XBM-export.py to convert the XBM file to a format that the Arduino can read (.axbm) and to create an XBitmap from it.
  4. (Optional) Run Doxygen again (in the doxygen folder) to include the new icon in the documentation.
  5. You can now use the bitmap in your Arduino sketches, using the original file name (without .xbm).
cd docs/Doxygen
../../src/Display/Bitmaps/Scripts/XBM-export.py
cd ../../doxygen
doxygen