Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with lcd 1602 #9

Open
liyuanyuan-rudel opened this issue Nov 19, 2020 · 0 comments
Open

Problem with lcd 1602 #9

liyuanyuan-rudel opened this issue Nov 19, 2020 · 0 comments

Comments

@liyuanyuan-rudel
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant