Skip to content

Releases: adafruit/Adafruit_CircuitPython_DisplayIO_Layout

1.7.0 - Annotation Widget

25 Mar 02:20
168cbf6
Compare
Choose a tag to compare

This release adds a new Annotation widget. See the new example for details. Thank you @kmatch98

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

1.6.1 - Dial Guage Limit Rotation

24 Mar 23:27
21f55ef
Compare
Choose a tag to compare

This release adds a new limit_rotation argument to the Dial Guage widget that stops the needle from moving past the minimum and maximum values. Defaults to True, change it if you want the needle to spin freely.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

1.6.0 IconAnimated Widget

24 Mar 02:30
70a1f0e
Compare
Choose a tag to compare

This release includes a new IconAnimated widget.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

1.5.2 - Updated touch_boundary to use local coordinates

23 Mar 18:18
38df429
Compare
Choose a tag to compare

This release removes a debugging print from grid_layout.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

1.5.1 - Remove Debug Print

20 Mar 23:16
531c81d
Compare
Choose a tag to compare

This release removes a debugging print from grid_layout.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

1.5.0 - Fix pip installation

20 Mar 22:48
ca67e80
Compare
Choose a tag to compare

This release contains a fix in setup.py that makes the pip installation work correctly.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

1.4.0 - Dial Gauge

18 Mar 01:08
0b0288a
Compare
Choose a tag to compare

This release contains a new Dial Gauge widget see the docs and the new example to learn how to use it. Thank you @kmatch98

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

1.3.0 - IconWidget on_disk feature

17 Mar 02:53
054b12a
Compare
Choose a tag to compare

This release contains a new argument for the IconWidget that allows it to use OnDiskBitmap instead of imageload to save memory.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

1.2.1 - Switch docs update

14 Mar 02:46
f922a68
Compare
Choose a tag to compare

This release contains improvements for the switch documentation pages.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

1.2.0 - IconWidget

13 Mar 22:40
ec1ebf2
Compare
Choose a tag to compare

This release includes a new IconWidget.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.