Releases: adafruit/Adafruit_CircuitPython_MacroPad
2.4.2 - RTD Sphinx Config
Full Changelog: 2.4.1...2.4.2
2.4.1 - Fix For Sphinx RTD Theme
Full Changelog: 2.4.0...2.4.1
2.4.0 - Rotation Property
What's Changed
New Contributors
Full Changelog: 2.3.3...2.4.0
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-macropad
.
Read the docs for info on how to use it.
2.3.3 - Fix RTD Docs Build and Unpin Sphinx
Changes: 2.3.2...2.3.3
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-macropad
.
Read the docs for info on how to use it.
2.3.2 - Update display_text() font documentation
What's Changed
- Update font documentation for display_text() by @haugenmitch in #50
New Contributors
- @haugenmitch made their first contribution in #50
Full Changelog: 2.3.1...2.3.2
2.3.1 - replace .show()
2.3.0 - remove .show()
What's Changed
Full Changelog: 2.2.2...2.3.0
2.2.2 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-macropad
.
Read the docs for info on how to use it.
2.2.1 - Ensure the display is awake after initialization
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-macropad
.
Read the docs for info on how to use it.
2.2.0 - Added sleep property
Added sleep property. Property puts the OLED display to sleep or wakes it up after sleep. Thanks @kalehmann!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-macropad
.
Read the docs for info on how to use it.