Skip to content

Releases: adafruit/Adafruit_CircuitPython_DisplayIO_Layout

GridLayout Cell Contains

05 Feb 19:45
19fdbc4

Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.1.0

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.

2.0.1 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:44

Choose a tag to compare

Changes: 2.0.0...2.0.1

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.

2.0.0 - Update for Changed Displayio API

02 Nov 13:10
2e55bd9

Choose a tag to compare

This releases changes instances of show() with root_group = as necessary for circuitpython 9.x. Thank you @RetiredWizard

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.19.18 - Fix RTD Theme Issue

25 Sep 15:59

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.19.17 - Updated .pylintrc, fixed jQuery

26 May 16:08

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.19.16 - Updated pre-commit hooks

18 May 15:31

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.19.15 - Typing Information

09 May 23:35
d57abcb

Choose a tag to compare

This release includes typing information for function arguments and returns. Thank you @cguardia.

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.19.14 - Refactor Rectangle Helper

13 Feb 17:35
64b75e1

Choose a tag to compare

This release refactors the helper function internally to remove vectorio as an optional argument and the helper function that contained it in favor of calling bitmaptools directly. Thank you @jposada202020!

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.19.13 - Documentation Example Links

06 Feb 17:41
c7f30ee

Choose a tag to compare

This release updates the documentation pages to include links to existing examples. Thank you @jposada202020.

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.19.12 - Add graphviz as package on RTD

06 Feb 00:51
29fe3f0

Choose a tag to compare

Added graphviz as a package when building the documentation on ReadTheDocs. Thanks @tekktrik!

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.