bleything / m8cropad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m8cropad

This repo contains firmware that allows you to use the Adafruit Macropad as a controller for the M8 Tracker Headless. To use, copy code.py and constants.py to your macropad and then load up the M8 Web Display.

Requirements

You'll need CircuitPython. I'm on 7.0.0-alpha.5 as of this writing. You'll also need the libraries that shipped on the Macropad. On mine that was:

  • adafruit_debouncer.mpy
  • adafruit_display_text
  • adafruit_hid
  • adafruit_macropad.mpy
  • adafruit_midi
  • adafruit_pixelbuf.mpy
  • adafruit_simple_text_display.mpy
  • adafruit_simplemath.mpy
  • neopixel.mpy

Acknowledgements

Thank you to Kattni Rembor and John Park at Adafruit for the libraries and example code upon which this is based.

Special thanks to Matt Williams for the idea and inspiration.

License

Copyright 2021 Ben Bleything, released under the terms of the MIT license. See LICENSE for details.

About

License:MIT License


Languages

Language:Python 100.0%