Skip to content

2.2.0 - Remove usage of max_size for Group

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 02 Jul 23:12
· 123 commits to main since this release
c6ea5d1

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 adafruit-circuitpython-display_shapes.

Read the docs for info on how to use it.