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.root_group = 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.1.5

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

File metadata

File hashes

Hashes for adafruit_circuitpython_display_text-3.1.5.tar.gz
Algorithm Hash digest
SHA256 f0d1ac16454c5c9a50769fad80aa494a5b25b1e08c450e9cfdee81e908738cc2
MD5 bb1749791ffd9cc7992c8edd3bec5635
BLAKE2b-256 af239112d59738d7823507693cfbfd56ecb29a24c21f779cdb231152555c684b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_display_text-3.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 54367936798c75df09c855a56aebb0c53a302d60e523fcca754b9b71d21c4476
MD5 da53859d72682efe5e2a2c010463557e
BLAKE2b-256 32e02ce6b6eb73021219a449716be200f95c87d0baee7a8345fb4f7e0523c10d

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