Skip to main content

Introduction

Documentation Status Discord Build Status Code Style: Ruff

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.root_group = 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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adafruit_circuitpython_display_text-5.0.5.tar.gz (103.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file adafruit_circuitpython_display_text-5.0.5.tar.gz.

File metadata

File hashes

Hashes for adafruit_circuitpython_display_text-5.0.5.tar.gz
Algorithm Hash digest
SHA256 a546947dbbdac7986dbd68d0cc9a6e63eaa0383ef54023805889ca8770071008
MD5 cf3835b2744aa5e0cacc94e6d25e70b1
BLAKE2b-256 aee12a675d3a37f8f436756e1a0ceabe0cfaf3d3b69d9cfea1ade88a009958f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_display_text-5.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 854ec443c11762e581b2321fe0effb8fbe5fd4552baf93ba6b0f796c5e7ed531
MD5 a8070fd4cc78e8325a0837956b1ee758
BLAKE2b-256 3fb4a6fd0ea47453867e0997eaba1d5a68087fbbe97a08959afe076deea25a9a

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page