Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Shapes

2.0.5 - Fixed typos in Circle docstring

26 Jan 19:42
aa23cad
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

1.4.1 - Fixed discord invite link

09 Jul 21:04
Compare
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 stroke parameter for circles

01 Jul 21:58
ea0faca
Compare
Choose a tag to compare

Added stroke parameter for circles. Thanks @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.