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

File metadata

File hashes

Hashes for adafruit-circuitpython-display-text-2.28.3.tar.gz
Algorithm Hash digest
SHA256 7b407092c5870898fd8c8aea13d6ba1832f34e84e72b13b566ffad881b046801
MD5 bff53c835e84274db1a819f545d67583
BLAKE2b-256 c1da106fe5201c99b18dc844ce595c3e36b629ad476b44d22a157d8a64ac57d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_display_text-2.28.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d0ea32c93503d6c8711380da159a6da7d829b2d487186172d6ab780a39f6054d
MD5 3765fab99d3bdd30ec6193a1099bed49
BLAKE2b-256 808d602ab5a8bed138f9a35e83162bd0f64d23124153bee3212101e4e38a5a74

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