Skip to content

Commit 4944b8f

Browse files
committed
import LcdApi allowing OpenMV board to work
1 parent e07e0e3 commit 4944b8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lcd/pyb_i2c_lcd_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
"""Implements a HD44780 character LCD connected via PCF8574 on I2C."""
22

3+
# The following import was needed on my OpenMV board
4+
from lcd_api import LcdApi
5+
36
from pyb import I2C, delay, millis
47
from pyb_i2c_lcd import I2cLcd
58

0 commit comments

Comments
 (0)