We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6f244 commit f3a52d4Copy full SHA for f3a52d4
README.md
@@ -3,6 +3,9 @@ lcd_api and i2c_lcd
3
4
Python code for talking to HD44780 compatible character based dot matrix LCDs.
5
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
+
9
You can communicate with the LCDs using either 4 or 8 GPIO pins.
10
11
Alternatively, the I2C classes implement 8-bit GPIO expander boards
0 commit comments