GitHub / circuitpython / CircuitPython_Org_DisplayIO_Annotation
A DisplayIO widget for annotating other widgets or freeform positions.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circuitpython%2FCircuitPython_Org_DisplayIO_Annotation
PURL: pkg:github/circuitpython/CircuitPython_Org_DisplayIO_Annotation
Stars: 0
Forks: 2
Open issues: 0
License: mit
Language: Python
Size: 61.5 KB
Dependencies parsed at: Pending
Created at: over 4 years ago
Updated at: 5 months ago
Pushed at: 5 months ago
Last synced at: 10 days ago
Commit Stats
Commits: 7
Authors: 2
Mean commits per author: 3.5
Development Distribution Score: 0.143
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/circuitpython/CircuitPython_Org_DisplayIO_Annotation
3.0.0 - New Infrastructure Files & Move to Community Bundle
3.0.0
What’s Changed
- new infrastructure files. use ruff. by @FoamyGuy in https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation/pull/5
Full Changelog: https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation/compare/2.0.0...3.0.0
Download
2.0.0 - Updating Infrastructure Files
2.0.0
This release includes updated versions of configruations for actions, pre-commit, and sphinx as well as an updated pyproject.toml file.
Download
1.0.0 - Update Example For new Displayio API
1.0.0
This release updates the example for the new displayio API that no longer uses the show() function.
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 circuitpython-displayio-annotation
Read the docs for info on how to use it.
Thanks @lesamouraipourpre
Download
0.0.2 - First PyPi Release
0.0.2
To use in CircuitPython, copy mpy files to your lib
directory on the CIRCUITPY
drive.
To use in CPython, pip3 install circuitpython-displayio-annotation
.
Read the docs for info on how to use it.
Download
0.0.1 - Initial Release
0.0.1
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install circuitpython-displayio-annotation
.
Read the docs for info on how to use it.
Download