Skip to content

Releases: circuitpython/CircuitPython_Org_DisplayIO_Annotation

2.0.0 - Updating Infrastructure Files

31 Oct 22:23
Compare
Choose a tag to compare

This release includes updated versions of configruations for actions, pre-commit, and sphinx as well as an updated pyproject.toml file.

1.0.0 - Update Example For new Displayio API

31 Oct 01:51
Compare
Choose a tag to compare

This release updates the example for the new displayio API that no longer uses the show() function.

Removed max_size usage

05 Jul 15:12
df982a2
Compare
Choose a tag to compare

This release removes the use of max_size for displayio Groups in the examples and library itself. Circuitpython version 6.3.0 removed the need for this parameter and 7.0.0 will remove it entirely.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install circuitpython-displayio-annotation

Read the docs for info on how to use it.

Thanks @lesamouraipourpre

0.0.2 - First PyPi Release

01 May 12:50
a9b9858
Compare
Choose a tag to compare

To use in CircuitPython, copy mpy files to your lib directory on the CIRCUITPY drive.

To use in CPython, pip3 install circuitpython-displayio-annotation.

Read the docs for info on how to use it.

0.0.1 - Initial Release

17 Apr 16:49
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install circuitpython-displayio-annotation.

Read the docs for info on how to use it.