File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- lcd and i2c_lcd
1
+ lcd_api and i2c_lcd
2
2
===============
3
3
4
4
Python code for talking to HD44780 compatible character based dot matrix LCDs.
33
33
| ----- | ----------- |
34
34
| esp8266_i2c_lcd.py | ESP8266 PCF8574 I2C HAL |
35
35
| 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 |
39
39
| nodemcu_gpio_lcd.py | NodeMCU GPIO HAL |
40
40
| nodemcu_gpio_lcd_test.py | NodeMCU test using 4-bit GPIO |
41
41
| pyb_gpio_lcd.py | Pyboard GPIO HAL |
@@ -65,7 +65,7 @@ sudo pip install -e .
65
65
66
66
And to test:
67
67
``` bash
68
- sudo lcd/i2c_lcd .py
68
+ sudo lcd/i2c_lcd_test .py
69
69
```
70
70
71
71
Since my LCD was a 5v device, I used a level converter to convert from BBB's
You can’t perform that action at this time.
0 commit comments