Releases: adafruit/Adafruit_CircuitPython_DisplayIO_Layout
1.9.0
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
1.7.0 - Annotation Widget
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
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
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
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
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
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
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
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.