Skip to main content

Displays text using CircuitPython's displayio.

Project description

Introduction

Documentation Status Discord Build Status Code Style: Ruff

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

5.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

adafruit_circuitpython_display_text-5.0.4.tar.gz (103.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file adafruit_circuitpython_display_text-5.0.4.tar.gz.

File metadata

File hashes

Hashes for adafruit_circuitpython_display_text-5.0.4.tar.gz
Algorithm Hash digest
SHA256 e870fdf549070a4faa8c3c9f6536b36ae1b1a829e6611875537e7c09b9a75312
MD5 638cc598252a09e57b930345bbd6a784
BLAKE2b-256 31008c0c587d20666c12f94be28d826d912903683c085e228f0f4be13b9ccc7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adafruit_circuitpython_display_text-5.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a9d770dd0c99d18681999ea1aaeb3951e5a95aca529bf48eee37a3b5d8945e0a
MD5 4a12f017cea8fc6320f725b5468cf393
BLAKE2b-256 89796334cca07cbc0ade913a7fb2235182e70e0a786ab146c43c4d28e9442d79

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page