Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Shapes

2.0.7 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:56

Choose a tag to compare

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

10 Feb 22:32

Choose a tag to compare

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

26 Jan 19:42
aa23cad

Choose a tag to compare

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

14 Jan 18:12
36dd613

Choose a tag to compare

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

23 Nov 20:51
07435f5

Choose a tag to compare

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.

Fixed off-by-one error on Diagonal Lines and Polygons

03 Nov 23:56
64eb9da

Choose a tag to compare

This release fixes an issue with off-by-one drawing of Diagonal Lines and Polygons that use those lines.

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.1 - Fixed documentation errors

14 Sep 17:07
d5ae3f1

Choose a tag to compare

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 off-by-one error on Vertical/Horizontal Lines and Polygons

05 Aug 16:51
c6fe417

Choose a tag to compare

Potentially Code Breaking Release

This release fixes an issue with off-by-one drawing of Vertical/Horizontal Lines and Polygons that use those lines.

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.

1.5.1 - Fixed off-by-one error

31 Jul 14:53
f83cee7

Choose a tag to compare

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.

Added Moving Sparkline Graph

22 Jul 23:32
5dee81e

Choose a tag to compare

Added Moving Sparkline Graph. Thanks @kmatch98

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.