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.13.tar.gz.

File metadata

File hashes

Hashes for adafruit-circuitpython-display-text-2.22.13.tar.gz
Algorithm Hash digest
SHA256 31fdea24fe34b705139b5d219a110e4a1303244fa3939ae9bde25700147a6e7a
MD5 482da400ac68db51b2c0fcbeb0bfb46e
BLAKE2b-256 d5e9aeb7f5b5425650e65d1af6e0013a8dc9904fae4f4eb486461b768f1a649c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_display_text-2.22.13-py3-none-any.whl
Algorithm Hash digest
SHA256 d4430cd2d623e28749c5b6b3e19c323293db6800d3bc5e67d83956cc8e892d98
MD5 cacc677dd2fae63e52b08c9b266d0ee2
BLAKE2b-256 b8c61806674ee273bbe5155a57aaf97be260f020c16a35e8b14f475450ee6932

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