Skip to main content

The BlinkPico text library

Project description

BlinkPico-Text

This library works in combination with the BlinkPico library and it allows to show on the display either a single character or a scrolling string.

Available characters are the alphabet letters a-z / A-Z, digits 0-9, space, -, ., and ,.

Example:

from pyblinkpico_text import *

character_disp = character()
# A single character
character_disp.show('a')
# Scroll
character_disp.scroll('Hello world')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyblinkpico-text-0.1.1.tar.gz (4.4 kB view hashes)

Uploaded Source

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