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

File metadata

File hashes

Hashes for adafruit-circuitpython-display-text-2.28.0.tar.gz
Algorithm Hash digest
SHA256 bcbacd016fad7b9c89d1a89fc14919a754dac768a6480b7de694183a70dd04a2
MD5 0563e383954df6b37a214ed725ffc7d8
BLAKE2b-256 090a36a18c001c81bb5e27c4ec922d9a42ae1777527f77c1e869b2a3d97cdb84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_display_text-2.28.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2d0c4142974b4e6e3dfc040ffdf223f0734d24232ce800b0fdfd4fb02c63852c
MD5 0ddfc0866ca03ad58a02fc10214ace99
BLAKE2b-256 e641695c214944c0a3a7c4e9a039be718f008c935656db187d282b70b590f434

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