Releases: adafruit/Adafruit_CircuitPython_Display_Button
1.9.3 - Fix For None Label
What's Changed
Full Changelog: 1.9.2...1.9.3
1.9.2 - Fix For Sphinx RTD Theme
Full Changelog: 1.9.1...1.9.2
TFT FeatherWing SpriteButton Example
1.9.0 - New Feature Label Scale
What's Changed
- Allow label to be scaled by @lcmcninch in #42
New Contributors
- @lcmcninch made their first contribution in #42
Full Changelog: 1.8.1...1.9.0
1.8.1 - Fix RTD Docs Build and Unpin Sphinx
Changes: 1.8.0...1.8.1
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-display_button
.
Read the docs for info on how to use it.
1.8.0 - remove .show()
1.7.2 - Fix Docs Build
This release fixes the docs build by adding bitmaptools
to the mocked core modules in the docs config.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-display_button
.
Read the docs for info on how to use it.
1.7.1 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-display_button
.
Read the docs for info on how to use it.
1.7.0 - Package Refactor + Sprite Button
This release has refactored the library into a package and added a new type of Button the SpriteButton which can use TileGrid inflation to make more arbitrary looking buttons that have more complex visuals than just solid color + outline.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-Display-Button
.
Read the docs for info on how to use it.
1.6.9 - Updated .pylintrc, fixed jQuery
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-Display-Button
.
Read the docs for info on how to use it.