Releases: adafruit/Adafruit_CircuitPython_DisplayIO_Layout
1.18.0 - PageLayout
This release contains a new PageLayout helper object to organize your apps into pages and show one at a time. See the new examples for a look at the functionality.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-displayio-layout
.
Read the docs for info on how to use it.
1.17.0 - New IconWidget Features
This release contains new features for IconWidget, ability to set label_background and ability to set a transparency index to be used on the Icon's palette.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-displayio-layout
.
Read the docs for info on how to use it.
1.16.0 - Cartesian Support Adding Lines
This release contains fixes that allow you to add and clear lines to the Cartesian widget. Thank you @s-light
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-displayio-layout
.
Read the docs for info on how to use it.
1.15.2 Float position Fix
This release contains fixes for float values being used to set positions of Widgets and similar fix for GridLayout
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-displayio-layout
.
Read the docs for info on how to use it.
1.15.1 - Cartesian Fix
This release contains a fix for the Cartesian widget and allows widgets that don't rely on vectorio
to work in environments missing it
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-displayio-layout
.
Read the docs for info on how to use it.
1.15.0 - Added cell_anchor_point
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-displayio-layout
.
Read the docs for info on how to use it.
1.14.0
This release contains a new divider_line_color
argument for the GridLayout as well as a fix for environments lacking bitmaptools. Thank you @GingerIndustries and @rsbohn
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-displayio-layout
.
Read the docs for info on how to use it.
1.13.2 - Fix use of OnDiskBitmap in icon_widget.py
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-displayio-layout
.
Read the docs for info on how to use it.
1.13.1 - Updated pylint version, linted
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-displayio-layout
.
Read the docs for info on how to use it.
Adds divider lines for GridLayout
Thanks so much to @FoamyGuy for adding this feature!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-displayio-layout
Read the docs for info on how to use it.