Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 259 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 259 Bytes

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