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

This version

3.0.4

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

File metadata

File hashes

Hashes for adafruit-circuitpython-display-text-3.0.4.tar.gz
Algorithm Hash digest
SHA256 cb3116ad5c018435f88042e39c213355b9d13d25cb67aae31ac6e5e8de85f277
MD5 832627518d6f81e48a349b8d368184b5
BLAKE2b-256 447191acb63881ce191107da4420f05cff2feebf84dbdfc067c2a2c6832ae74e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_display_text-3.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 7d203dc000a57db80f245a5bfc9afa577a0cc265173562671ae85ef5629e5f39
MD5 4c57da709c249440102bc17a8dbe6cd3
BLAKE2b-256 736c57a91060f545b281f4769b93bb5489daf605937397dc8aa91c5669274fdd

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