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

File metadata

File hashes

Hashes for adafruit-circuitpython-display-text-3.0.2.tar.gz
Algorithm Hash digest
SHA256 bb74aa25c8581b27cf720ac8c087ec12246ccd8515868253669ac6af3383227b
MD5 efcb02027218736f5e5d3c363f20713a
BLAKE2b-256 57fe0417d00af00f8f395bb9a2af76414f52ba0e45b63543181c6a62a07e2bab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_display_text-3.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9662774b51c9e20b49d2e369b54b166c0e7b88f8c2e54ddff80e9f6df075e540
MD5 1594ac67f4536de38644144aff05b0bf
BLAKE2b-256 6d8015b158cffb309334f4667afcc1c11170d7b3e9b7a8a8a8ba47eba98fab7d

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