Skip to content

Python3 library for sending text strings to a 4x20 HD44780 LCD display with Raspberry Pi

Notifications You must be signed in to change notification settings

martihag/hd44780pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

hd44780pi

Python3 library for sending text strings to a 4x20 HD44780 LCD display with Raspberry Pi

##Usage

    from hd44780pi import HD44780
    
    lcd = HD44780()
    
    sleep(1)
    lcd.message("Testing line 1", 1)
    sleep(1)
    lcd.message("Testing line 2", 2)
    sleep(1)
    lcd.message("Testing line 3", 3)
    sleep(1)
    lcd.message("Testing line 4", 4)
    sleep(5)

About

Python3 library for sending text strings to a 4x20 HD44780 LCD display with Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages