Releases: adafruit/Adafruit_CircuitPython_Display_Shapes
2.3.1 - Updated pylint version, linted
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.
2.3.0 - Removed usage of max_glyphs for Label
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.
2.2.0 - Remove usage of max_size for Group
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.
2.1.0 - Updated circle.py, added circle example
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.
2.0.8 - Clear Values in Sparkline
This release adds the clear_values
function to sparkline for removing all of the current points.
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.
2.0.7 - Moved pylint from build.yml to .pre-commit-config.yml
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.
2.0.6 - Fixed issue with Black and Pylint versions in the pre-commit config
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.
2.0.5 - Fixed typos in Circle docstring
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.
Fixed Polygon docstring
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.
2.0.3 - Added MagTag example
Thanks for adding this @FoamyGuy
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.