Releases: adafruit/Adafruit_CircuitPython_MacroPad
Fixes indentation in property.
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
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.
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
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
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.
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.
- 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!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.