Skip to content

Releases: adafruit/Adafruit_CircuitPython_DisplayIO_Layout

1.13.1 - Updated pylint version, linted

15 Nov 19:41
080743b

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.

Adds divider lines for GridLayout

01 Sep 16:04
e5e8b5a

Choose a tag to compare

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.

1.12.0 - Removed annotation and dial widgets

26 Aug 15:31
51c7a9e

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

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

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

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

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

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

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

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.