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
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
File details
Details for the file pyblinkpico-text-0.1.1.tar.gz
.
File metadata
- Download URL: pyblinkpico-text-0.1.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c74619ec12fc9426aa8a24c3d0580996fe95344aaefd9a8080f450a11602eb86 |
|
MD5 | c1681fd5b479649da21ef82955ea57b7 |
|
BLAKE2b-256 | f17868a0d5652d7a87e2d79fe937aec9530d9c92df765d8b0541ea1d4fe16ca9 |