Skip to content

Python I2C driver for Matrix Orbital VK204-25 LCD displays

Notifications You must be signed in to change notification settings

deckerEnigmatic/pythonMatrixOrbital

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

pythonMatrixOrbital

Python I2C driver for Matrix Orbital VK204-25 LCD displays

Usage examples:

Turning on the display: orbitalWrite.on_display(busAddr)
Turning off the display: orbitalWrite.off_display(busAddr)
Display word or words on display: orbitalWrite.write_display(busAddr,wordDisp)

busAddr is the I2C address of the LCD module wordDisp can be a single word or several

write_display will iterate over each character specified in wordDisp including spaces and send to the LCD to be displayed

About

Python I2C driver for Matrix Orbital VK204-25 LCD displays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages