Skip to content

Releases: adafruit/Adafruit_CircuitPython_DisplayIO_Layout

1.12.0 - Removed annotation and dial widgets

26 Aug 15:31
51c7a9e
Compare
Choose a tag to compare

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

21 Aug 17:13
ca714e5
Compare
Choose a tag to compare

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

24 Jul 15:46
cb263f1
Compare
Choose a tag to compare

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

22 Jul 13:56
fda9020
Compare
Choose a tag to compare

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

10 Jul 16:10
8aa880d
Compare
Choose a tag to compare

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

31 May 19:31
715c4fd
Compare
Choose a tag to compare

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

29 Apr 17:37
cf9b82e
Compare
Choose a tag to compare

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

08 Apr 22:31
bbe7cd1
Compare
Choose a tag to compare

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

05 Apr 02:54
d05ed7d
Compare
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
Compare
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.