Skip to main content

Displays text using CircuitPython's displayio.

Project description

Introduction

Documentation Status Discord Build Status Code Style: Black

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

File details

Details for the file adafruit-circuitpython-display-text-2.22.8.tar.gz.

File metadata

File hashes

Hashes for adafruit-circuitpython-display-text-2.22.8.tar.gz
Algorithm Hash digest
SHA256 37294f5ff525e7b244cd1a6ac30ec37f2a293b15240f635c989aeab4ba3bdaa9
MD5 67798631b4df0a20fe17ff3d4d3a84a6
BLAKE2b-256 caa388584b5849a0a2015d187d3fb05d00db1eb16b7d85c90e5c8615b2154c72

See more details on using hashes here.

File details

Details for the file adafruit_circuitpython_display_text-2.22.8-py3-none-any.whl.

File metadata

File hashes

Hashes for adafruit_circuitpython_display_text-2.22.8-py3-none-any.whl
Algorithm Hash digest
SHA256 62ca90733d8facdda8d9b519896d004364bf6f347b2daf42f3677eb1c651b526
MD5 7f87b9200930cb01c718c10acdeef10b
BLAKE2b-256 3547fff9e3dbbae521fe0f9a13c6b8cd9091b9722ba6219d23012915bbc9c0bd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page