You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LCD1602.init(0x27, 1) # init(slave address, background light)
Until this line, all things are fine, because when I change it to LCD1602.init(0x27, 0) background light is closed.
So I think the address and connection is right.
but the characters are not showing on the screen.
Could you please check it?
The text was updated successfully, but these errors were encountered:
30_i2c_lcd1602.py
LCD1602.init(0x27, 1) # init(slave address, background light)
Until this line, all things are fine, because when I change it to LCD1602.init(0x27, 0) background light is closed.
So I think the address and connection is right.
but the characters are not showing on the screen.
Could you please check it?
The text was updated successfully, but these errors were encountered: