Skip to content

Releases: adafruit/Adafruit_CircuitPython_MacroPad

Add MP3 playback to play_file()

17 Aug 19:46
fe402db

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.

1.3.3 - Added extended tone demo example

10 Aug 18:29
8a496b4

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.

Fixes issue with keyboard_layout.write

05 Aug 17:14
501721f

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.

Fixes indentation in property.

04 Aug 19:40
ee80b27

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.

1.3.0 - Updated examples

03 Aug 15:00
7c1a136

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.

Creates keyboard objects when needed now.

28 Jul 17:06
ae8f775

Choose a tag to compare

Could previously not power a MacroPad library demo from the wall or a USB battery because the keyboard object was created on instantiation. That is no longer the case, so non-HID demos can be run from a power source instead of a computer.

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

Read the docs for info on how to use it.

1.1.3 Keys docs fix

25 Jul 21:26
69fbe97

Choose a tag to compare

This release contains a fix for the example in the docs of the keys property.

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

Read the docs for info on how to use it.

1.1.2 Pixels Length

18 Jul 16:23
d83ae84

Choose a tag to compare

This release implements len() for macropad.pixels. This allows it to be used with the LED_Animation library. A new example has been provided to illustrate the usage of animations.

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

Read the docs for info on how to use it.

Fix pixel features.

14 Jul 19:43
4a84676

Choose a tag to compare

NeoPixel features such as brightness and auto_write were not exposed properly. Resolved in this release.

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

Read the docs for info on how to use it.

Fixes pixel rotation, brightness.

13 Jul 16:39
54cf70f

Choose a tag to compare

  • Pixels now map to the key map on rotation - e.g. pixel 0 is always the upper left, etc.
  • Remove pixel brightness setting from init - now defaults to 1.

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

Read the docs for info on how to use it.