Skip to content
/ pyST7920 Public

Python library to control ST7920 128x64 monochrone LCD panel using Raspberry Pi and SPI

Notifications You must be signed in to change notification settings

JMW95/pyST7920

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyST7920

Python library to control ST7920 128x64 monochrone LCD panel using Raspberry Pi and SPI

Getting started

Install required packages

pip install pypng

pip install spidev

Usage

from st7920 import ST7920

s = ST7920()

s.clear()
s.put_text("Hello world!", 5, 10)
s.redraw()

About

Python library to control ST7920 128x64 monochrone LCD panel using Raspberry Pi and SPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages