Skip to content

Releases: adafruit/Adafruit_CircuitPython_DisplayIO_Layout

1.9.0

05 Apr 02:54
d05ed7d

Choose a tag to compare

This release adds a new Cartesian widget. See the new example for details. Thank you @jposada202020

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

Read the docs for info on how to use it.

1.8.0

30 Mar 00:39
7aed2e7

Choose a tag to compare

This release adds a new FlipInput 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.7.0 - Annotation Widget

25 Mar 02:20
168cbf6

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

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

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

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

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

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

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

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.