I2C display driver for Matrix Orbital VFDs
Project description
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
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 matrixorbital-vfd-0.1.1.tar.gz
.
File metadata
- Download URL: matrixorbital-vfd-0.1.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
269760714ea759c58d41eac8626277bbeeebc2472ddfb62d7592a7f5ebbee807
|
|
MD5 |
64e6a9e228ca9532fec5f01d23e0b161
|
|
BLAKE2b-256 |
331d5c079e89572a1cb64ca6e0438057ac41ee3eeac4eaba89f8acca4d9e5a30
|