A CircuitPython DisplayIO widget for annotating other widgets or freeform positions.
Project description
Introduction
A CircuitPython DisplayIO widget for annotating other widgets or freeform positions.
Dependencies
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle or individual libraries can be installed using circup.
Installing from PyPI
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:
pip3 install circuitpython-displayio-annotation
To install system-wide (this may be required in some cases):
sudo pip3 install circuitpython-displayio-annotation
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .env
source .env/bin/activate
pip3 install circuitpython-displayio-annotation
Usage Example
See scripts in the examples directory of this repository.
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
Documentation
For information on building library documentation, please check out this guide.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file circuitpython-displayio-annotation-1.0.0.tar.gz
.
File metadata
- Download URL: circuitpython-displayio-annotation-1.0.0.tar.gz
- Upload date:
- Size: 33.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a9cba00bb59fd245303b3cb81ccb2b25ea968e1a0cc136fba1e89bd8d29133a |
|
MD5 | dc9c88d3d6c1ab3a15df44d34a5edc16 |
|
BLAKE2b-256 | f7ac86d2db129c4e6f831f2f0bbcb11d4b4eacf3e3f333f930b4f3739d6c9a8d |