Skip to content

3.0.0 - Remove Usage of Deprecate Displayio API

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 23 Oct 21:19
· 19 commits to main since this release
17a80d3

This release changes the library to use .root_group = in stead of .show() for putting a group onto the Display. The new root_group property API was added in CircuitPython 8.0.0 if you are using a version older than that you will not be able to use version 3.0.0 of this library until you update.

Thank you @RetiredWizard

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

To use in CPython, pip3 install adafruit-circuitpython-turtle.

Read the docs for info on how to use it.