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

File metadata

File hashes

Hashes for adafruit-circuitpython-display-text-2.22.11.tar.gz
Algorithm Hash digest
SHA256 93743d2feee119c8675a65e790ba10f0389004cd7c5dca1e151b9d94ce3d88b5
MD5 c034658f7227cd673c359fa9f43eef82
BLAKE2b-256 b15b806fbefade28d4fb1c79347a75eb86d99fc2fc9f912200f08ee25b1a7e06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_display_text-2.22.11-py3-none-any.whl
Algorithm Hash digest
SHA256 f0a7e155f8d62e2d968bd851038c988752890a8da1111a3b4fbd380a12bf2c44
MD5 9e8d0bd36b437b3b1d460c5b8deab9e5
BLAKE2b-256 9f59bcd0c3a55de733b9ba61ce04ea208e9a953011cc585f6c548907bde1cccd

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