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
22===============
33
44Python code for talking to HD44780 compatible character based dot matrix LCDs.
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
6666And to test:
6767``` bash
68- sudo lcd/i2c_lcd .py
68+ sudo lcd/i2c_lcd_test .py
6969```
7070
7171Since 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