Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Shapes

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.

1.3.1 - Added Black check, reran Black with Python 3 target.

10 Apr 18:27
6b64c9f
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.

1.3.0 - Upgrade to latest Pylint, implement Black formatting

23 Mar 20:57
c8a663d
Compare
Choose a tag to compare

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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 line and polygon shapes

12 Feb 23:04
ebb5b97
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.