Releases: adafruit/Adafruit_CircuitPython_MacroPad
2.0.5 - Added type hints, added check before usb_midi setup
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
Read the docs for info on how to use it.
2.0.4 - Updated rtd py version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
Read the docs for info on how to use it.
2.0.3 - Updated pylint version, linted
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
Read the docs for info on how to use it.
2.0.2 - Lowered cell_padding in grid example
Requires CircuitPython 7.0.0-beta.0.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
2.0.1 - Fixed pixel slice setting
Requires CircuitPython 7.0.0-beta.0.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
REQUIRES 7.0.0-beta.0 - Update to use SPEAKER_ENABLE
Requires CircuitPython 7.0.0-beta.0. Speaker enable pin was renamed to SPEAKER_ENABLE. This updates the MacroPad library to work with the latest CircuitPython 7.0.0 - it will not work with any earlier versions!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
1.4.1 - Removed unnecessary line from example
play_file()
now accepts mp3 files as well as wav files. Documentation updated, and example with files added.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Add MP3 playback to play_file()
play_file()
now accepts mp3 files as well as wav files. Documentation updated, and example with files added.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
1.3.3 - Added extended tone demo example
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Fixes issue with keyboard_layout.write
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.