Skip to content

Bardia-Afshar/RP-Pico-LCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RP-Pico-LCD

Library for HD44780 LCDs(Character LCD) based on GPIO

This is a library for HD44780 based LCDs (known as Character LCD) in micropython for raspberry pi pico. I did not use I2C, and it is based on GPIO. Moreover, this library drives your LCD in 4-bit mode.

How to use

Add lcd.py to your raspberry pi pico next to your main.py code and use lcd() class for pin definition. I provided an example code for you in main.py. enjoy!

lcd

Releases

No releases published

Packages

No packages published

Languages