Releases: adafruit/Adafruit_CircuitPython_Display_Button
Fixed issue causing button to not draw under certain conditions
An issue has been fixed that caused the button to not be drawn if both fill and outline were set to 0 (black). Thanks @jpecor.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-display-button
.
Updated SimpleTest
SimpleTest example is much easier to use.
- Now showing all buttons
- Fixed the label of one button
- Switched to a much more available font
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.
Updated examples and fixed out of range issue
-
Examples have been updated to work with the latest CircuitPython
-
An issue was fixed that resulted in an Out of Range error sometimes
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.
Allow for changing label of button
Allow for changing label of button. Thanks @ladyada
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.
Initial release!
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.