Releases: adafruit/Adafruit_CircuitPython_Display_Shapes
Fixed off-by-one error on Diagonal Lines and Polygons
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
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
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
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
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
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
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.
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
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
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.