GitHub / circuitpython / CircuitPython_Org_DisplayIO_Cartesian
A Cartesian plane widget for displaying graphical information.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circuitpython%2FCircuitPython_Org_DisplayIO_Cartesian
PURL: pkg:github/circuitpython/CircuitPython_Org_DisplayIO_Cartesian
Stars: 2
Forks: 2
Open issues: 0
License: mit
Language: Python
Size: 106 KB
Dependencies parsed at: Pending
Created at: over 4 years ago
Updated at: 21 days ago
Pushed at: 5 months ago
Last synced at: 5 days ago
0.5.0 - Removed Old Actions & Move to Community Bundle
0.5.0
What’s Changed
- remove old release action by @FoamyGuy in https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Cartesian/pull/8
Full Changelog: https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Cartesian/compare/0.4.0...0.5.0
Download
0.4.0 - New Infra Files & Moving To Community Bundle
0.4.0
What’s Changed
- new infrastructure files by @FoamyGuy in https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Cartesian/pull/7
Full Changelog: https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Cartesian/compare/0.3.0...0.4.0
Download
0.3.0 - Fill Area Feature
0.3.0
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.
Download
Merge updates from Adafruit_CircuitPython_DisplayIO_Layout v1.17.0
0.2.0
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.
Download
Removed max_size usage
0.1.0
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
Download
0.0.1 - Initial Release
0.0.1
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.
Download