Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Shapes

2.8.4 - Fix For Sphinx RTD Theme

07 Oct 22:29
Compare
Choose a tag to compare

2.8.3 - Fix Sparkline

10 May 21:32
2742ae5
Compare
Choose a tag to compare

What's Changed

  • multisparkline: call update_line with single line index rather than … by @RetiredWizard in #72

Full Changelog: 2.8.2...2.8.3

SparkLine Improvement

23 Jan 00:06
f90a7cb
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
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.7.0 - Improved Error Handling

23 Aug 22:54
2108cbd
Compare
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
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.