Skip to content

Releases: adafruit/Adafruit_CircuitPython_MacroPad

2.1.1 - Reformatted library to match latest black version

04 Apr 17:45

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

2.1.0 - Allow other language keyboard layouts

21 Mar 16:01
bb568c2

Choose a tag to compare

This release allows changing language of the keyboard layout, an example is provided to illustrate the usage of this functionality. Thank you @Neradoc

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

2.0.6 - Updated documentation to include missing dependency

01 Mar 19:20
f8a889b

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

2.0.5 - Added type hints, added check before usb_midi setup

04 Feb 21:08
6f51e88

Choose a tag to compare

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

24 Jan 20:09
89b5cc7

Choose a tag to compare

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

15 Nov 19:41
597240d

Choose a tag to compare

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

02 Sep 19:11
614a105

Choose a tag to compare

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

26 Aug 15:54
59c2411

Choose a tag to compare

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

24 Aug 21:34
73f85d2

Choose a tag to compare

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

20 Aug 16:57
fe80961

Choose a tag to compare

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.