Skip to content

Commit f3a52d4

Browse files
committed
Add link to Peter Hinch's driver.
1 parent 6c6f244 commit f3a52d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ lcd_api and i2c_lcd
33

44
Python code for talking to HD44780 compatible character based dot matrix LCDs.
55

6+
This code is synchronous. Peter Hinch put together an async driver for
7+
the HD77480 over [here](https://github.com/peterhinch/micropython-async/tree/master/HD44780).
8+
69
You can communicate with the LCDs using either 4 or 8 GPIO pins.
710

811
Alternatively, the I2C classes implement 8-bit GPIO expander boards

0 commit comments

Comments
 (0)