File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22 This was tested with: https://www.adafruit.com/product/292"""
33
44from lcd_api import LcdApi
5- from pyb import I2C
65from pyb import delay
76
87# The MCP23008 has a jumper selectable address: 0x20 - 0x27
Original file line number Diff line number Diff line change 11"""Implements a SeeedStudio Grove RGB LCD JHD1313M1 HD44780 compatible character LCD connected on I2C."""
22
33from lcd_api import LcdApi
4- from pyb import I2C , delay
4+ from pyb import delay
55
66# No jumper selectable address
77DEFAULT_LCD_I2C_ADDR = 0x3e
Original file line number Diff line number Diff line change 11"""Implements a HD44780 character LCD connected via PCF8574 on I2C."""
22
33from lcd_api import LcdApi
4- from pyb import I2C , delay
4+ from pyb import delay
55
66# The PCF8574 has a jumper selectable address: 0x20 - 0x27
77DEFAULT_I2C_ADDR = 0x27
You can’t perform that action at this time.
0 commit comments