Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Shapes

2.3.1 - Updated pylint version, linted

15 Nov 18:49
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.3.0 - Removed usage of max_glyphs for Label

27 Jul 20:56
99bf9e7
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.2.0 - Remove usage of max_size for Group

02 Jul 23:12
c6ea5d1
Compare
Choose a tag to compare

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

29 Apr 17:33
d68bb9e
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.8 - Clear Values in Sparkline

25 Mar 01:33
5d8bffe
Compare
Choose a tag to compare

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

02 Mar 23:56
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.6 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:32
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.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.