Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Shapes

SparkLine Improvement

23 Jan 00:06
f90a7cb

Choose a tag to compare

What's Changed

  • reduce unnecessary redrawing of lines in MultiSparkLine.add_values() by @Karel-Kroeze in #69

New Contributors

Full Changelog: 2.8.1...2.8.2

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.8.1 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:43

Choose a tag to compare

Changes: 2.8.0...2.8.1

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.8.0 - Added Support For Arc

23 Nov 17:29
7fb9141

Choose a tag to compare

What's Changed

Full Changelog: 2.7.3...2.8.0

2.7.3 - replace .show(...) in README

10 Nov 00:39
86f0f24

Choose a tag to compare

What's Changed

  • Update README.rst to not use .show(...) by @dhalbert in #66

Full Changelog: 2.7.2...2.7.3

2.7.2 - replace .show()

02 Nov 13:00
57edb5d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.7.1...2.7.2

2.7.1 - Fix RTD Theme Issue

25 Sep 15:59

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.7.0 - Improved Error Handling

23 Aug 22:54
2108cbd

Choose a tag to compare

This release includes improved error messages for invalid values for height and width arguments within Rect and RoundRect. Thank you @Ashtreighlia

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.6.2 - Updated .pylintrc, fixed jQuery

26 May 16:08

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.6.1 - Updated pre-commit hooks

16 May 17:49

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.6.0 SparkLine Improvements

09 Jan 00:54
cf2b173

Choose a tag to compare

This release includes improvements to sparkline memory effeciency as well as adding multi-sparkline class to plot more than one line in a single graph. Thank you @matemaciek

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.