Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardia-Afshar authored Apr 25, 2021
1 parent 55ec712 commit a37d7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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. I provided an example code for you in main.py.
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](https://user-images.githubusercontent.com/54714609/115985288-60b96a00-a5c0-11eb-8046-87dbdacdbcee.jpg)

0 comments on commit a37d7f5

Please sign in to comment.