Displays text using CircuitPython's displayio.
Project description
Introduction
Displays text using CircuitPython’s displayio.
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.
Usage Example
For a board with a built-in display.
import board
import terminalio
from adafruit_display_text import label
text = "Hello world"
text_area = label.Label(terminalio.FONT, text=text)
text_area.x = 10
text_area.y = 10
board.DISPLAY.show(text_area)
while True:
pass
Documentation
API documentation for this library can be found on Read the Docs.
For information on building library documentation, please check out this guide.
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for adafruit-circuitpython-display-text-2.27.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42573bc357cab8ab8b42f30acfb80135b1e149d97d66222a75c76af778428ee2 |
|
MD5 | 245a0d87afae7de7ec77df94edea1467 |
|
BLAKE2b-256 | 47a3d1445c3594958fa1aaf024111b677265126b049235dd679df198c25d6c82 |
Close
Hashes for adafruit_circuitpython_display_text-2.27.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b51e8002c3787e0f70f43db787372b68bc89f1e96c03e0c4b17bf509bccac4c5 |
|
MD5 | 229e9c30487d728741de7cb3b0afbcab |
|
BLAKE2b-256 | 0ffca2b94a050692a27348dc80456b57882d5a7738e9bf2825765c8d3129bcde |