Skip to content

Commit bfcf24d

Browse files
committed
Minor fixes to the readme
1 parent 4944b8f commit bfcf24d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lcd and i2c_lcd
1+
lcd_api and i2c_lcd
22
===============
33

44
Python code for talking to HD44780 compatible character based dot matrix LCDs.
@@ -33,9 +33,9 @@ Files
3333
| ----- | ----------- |
3434
| esp8266_i2c_lcd.py | ESP8266 PCF8574 I2C HAL |
3535
| esp8266_i2c_lcd_test.py | ESP8266 test using PCF8574 backpack |
36-
| i2c_lcd.pyb | Linux PCF8574 I2C HAL |
37-
| i2c_lcd_test.pyb | Linux test using PCF8574 backpack |
38-
| lcd.py | Core logic |
36+
| i2c_lcd.py | Linux PCF8574 I2C HAL |
37+
| i2c_lcd_test.py | Linux test using PCF8574 backpack |
38+
| lcd_api.py | Core logic |
3939
| nodemcu_gpio_lcd.py | NodeMCU GPIO HAL |
4040
| nodemcu_gpio_lcd_test.py | NodeMCU test using 4-bit GPIO |
4141
| pyb_gpio_lcd.py | Pyboard GPIO HAL |
@@ -65,7 +65,7 @@ sudo pip install -e .
6565

6666
And to test:
6767
```bash
68-
sudo lcd/i2c_lcd.py
68+
sudo lcd/i2c_lcd_test.py
6969
```
7070

7171
Since my LCD was a 5v device, I used a level converter to convert from BBB's

0 commit comments

Comments
 (0)