Releases: adafruit/Adafruit_CircuitPython_DisplayIO_Layout
1.12.0 - Removed annotation and dial widgets
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.11.0 - Add get_cell() function to GridLayout
This release adds a get_cell()
function to GridLayout which allows you to lookup cell contents by their x,y cell location within the grid. Previously it was only possible to get them by their index which was tied to the order they were added to the GridLayout.
See this for an example usage of the new function: https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout/blob/main/examples/displayio_layout_grid_layout_get_cell_test.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.10.2 - Fix Label issue with GridLayout
This release contains a fix for GridLayout that allows Labels to be used with 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.10.1 - Fixed OnDiskBitmap pixel_shader
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.10.0 - Remove Group max_size usage
This release removes the use of displayio.Group
max_size parameter, which is no longer needed. Thank you @lesamouraipourpre
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.9.3 - Linted, CI updates
This release adds the correct modules to the requirements.text file. Thank you @makermelissa
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
1.9.2 - Fixed issue with docs building
This release adds the correct modules to the requirements.text file. Thank you @makermelissa
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
1.9.1 - Requirements.txt
This release adds the correct modules to the requirements.text file. Thank you @makermelissa
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
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.