Skip to content

Releases: adafruit/Adafruit_CircuitPython_MacroPad

Fixes indentation in property.

04 Aug 19:40
ee80b27
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

Initial release!

12 Jul 18:59
4f0e7a3
Compare
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.