Skip to content

Minor fixes to the readme #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lcd and i2c_lcd
lcd_api and i2c_lcd
===============

Python code for talking to HD44780 compatible character based dot matrix LCDs.
Expand Down Expand Up @@ -33,9 +33,9 @@ Files
| ----- | ----------- |
| esp8266_i2c_lcd.py | ESP8266 PCF8574 I2C HAL |
| esp8266_i2c_lcd_test.py | ESP8266 test using PCF8574 backpack |
| i2c_lcd.pyb | Linux PCF8574 I2C HAL |
| i2c_lcd_test.pyb | Linux test using PCF8574 backpack |
| lcd.py | Core logic |
| i2c_lcd.py | Linux PCF8574 I2C HAL |
| i2c_lcd_test.py | Linux test using PCF8574 backpack |
| lcd_api.py | Core logic |
| nodemcu_gpio_lcd.py | NodeMCU GPIO HAL |
| nodemcu_gpio_lcd_test.py | NodeMCU test using 4-bit GPIO |
| pyb_gpio_lcd.py | Pyboard GPIO HAL |
Expand Down Expand Up @@ -65,7 +65,7 @@ sudo pip install -e .

And to test:
```bash
sudo lcd/i2c_lcd.py
sudo lcd/i2c_lcd_test.py
```

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