Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Button

1.9.3 - Fix For None Label

13 Nov 21:54
9d18dcd
Compare
Choose a tag to compare

What's Changed

  • Fix null error from label property / resize by @FoamyGuy in #46

Full Changelog: 1.9.2...1.9.3

1.9.2 - Fix For Sphinx RTD Theme

07 Oct 22:29
Compare
Choose a tag to compare

TFT FeatherWing SpriteButton Example

05 Feb 19:48
b75dae9
Compare
Choose a tag to compare

What's Changed

  • add sprite_button example for TFT Featherwing by @DJDevon3 in #44

New Contributors

Full Changelog: 1.9.0...1.9.1

1.9.0 - New Feature Label Scale

14 Dec 01:26
3572dba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.1...1.9.0

1.8.1 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:43
Compare
Choose a tag to compare

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()

03 Nov 12:58
978e333
Compare
Choose a tag to compare

What's Changed

  • Update root_group for CP 9 compatibility by @prcutler in #40

New Contributors

Full Changelog: 1.7.2...1.8.0

1.7.2 - Fix Docs Build

02 Oct 20:59
662e97e
Compare
Choose a tag to compare

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

25 Sep 15:59
Compare
Choose a tag to compare

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

09 Jul 14:20
ea69caf
Compare
Choose a tag to compare

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

26 May 15:53
Compare
Choose a tag to compare

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.