Skip to content

Releases: adafruit/Adafruit_CircuitPython_DisplayIO_Layout

2.0.0 - Update for Changed Displayio API

02 Nov 13:10
2e55bd9
Compare
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
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.19.17 - Updated .pylintrc, fixed jQuery

26 May 16:08
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.19.16 - Updated pre-commit hooks

18 May 15:31
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.19.15 - Typing Information

09 May 23:35
d57abcb
Compare
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
Compare
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
Compare
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
Compare
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.

1.19.11 - Freeze in version information

31 Jan 20:01
dbea2a5
Compare
Choose a tag to compare

Version information is now frozen into the library upon release. Thanks @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.10 - Shorten some example filenames

09 Dec 02:33
bb06e34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.19.9...1.19.10