Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

25 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages