Skip to content

Python driver for using the 128x64 dot LCD display on a Raspberry Pi

License

Notifications You must be signed in to change notification settings

stanthesoupking/PiDotLCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiDotLCD

Python driver for using a 128x64 dot LCD display on a Raspberry Pi

Basic Usage

import PiDotLCD

# Create display
display = PiDotLCD.display()

display.set_pixel(16, 16) # Set pixel

display.set_pixel(16, 16, False) # Clear pixel

About

Python driver for using the 128x64 dot LCD display on a Raspberry Pi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages