Skip to content

Releases: circuitpython/CircuitPython_Org_DisplayIO_Cartesian

0.5.0 - Removed Old Actions & Move to Community Bundle

Choose a tag to compare

@FoamyGuy FoamyGuy released this 25 Apr 18:27
c4ea84a

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0 - New Infra Files & Moving To Community Bundle

Choose a tag to compare

@FoamyGuy FoamyGuy released this 25 Apr 17:24
fe7a6de

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0 - Fill Area Feature

Choose a tag to compare

@FoamyGuy FoamyGuy released this 13 Mar 22:25
d43df71

New feature to fill the area under the plot line. Thank you @tekktrik

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-cartesian

Read the docs for info on how to use it.

Merge updates from Adafruit_CircuitPython_DisplayIO_Layout v1.17.0

Choose a tag to compare

@tekktrik tekktrik released this 19 Feb 02:32
cef9af2

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-cartesian

Read the docs for info on how to use it.

Removed max_size usage

Choose a tag to compare

@jposada202020 jposada202020 released this 05 Jul 16:46
3a2389b

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-cartesian

Read the docs for info on how to use it.

Thanks @lesamouraipourpre

0.0.1 - Initial Release

Choose a tag to compare

@FoamyGuy FoamyGuy released this 03 May 13:43

To use in CircuitPython, copy mpy files to your lib directory on the CIRCUITPY drive.

To use in CPython, pip3 install circuitpython-displayio-cartesian.

Read the docs for info on how to use it.