MatrixOrbital-VFD
I2C display driver for Matrix Orbital VFDs.
unofficial, not affiliated with Matrix Orbital Corp
Install
pip install matrixorbital-vfd
Usage
from matrixorbital_vfd import VFD, Brightness
with VFD(1, 0x2e) as vfd:
vfd.clear()
vfd.brightness(Brightness.HIGH)
vfd.write('Hello, world!')
Functions
-
VFD.display(True/False)
turn on/off display -
VFD.home()
move cursor to home position 0x0 -
VFD.position(column, row)
move cursor to specified column/row position -
VFD.move('left'/'right')
move cursor left/right 1 column -
VFD.clear()
clear screen -
VFD.brightness(Brightness.MEDIUM or 'MEDIUM')
set brightness to specified level -
VFD.cursor(True/False)
enable/disable block (blinking) cursor -
VFD.wrap(True/False)
enable/disable line wrapping -
VFD.scroll(True/False)
enable/disable auto line scrolling -
VFD.write('text')
write text to display
Release files for matrixorbital-vfd 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| matrixorbital-vfd-0.1.1.tar.gz | 4.0 kB | Details |
Release files / matrixorbital-vfd-0.1.1.tar.gz
| Download URL | matrixorbital-vfd-0.1.1.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
269760714ea759c58d41eac8626277bbeeebc2472ddfb62d7592a7f5ebbee807
|
|
BLAKE2b-256 checksum How to use checksums |
331d5c079e89572a1cb64ca6e0438057ac41ee3eeac4eaba89f8acca4d9e5a30
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
|