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

RPi2 PCF8754 I2C LCD 16x2 #5

Open
seanshpark opened this issue Mar 15, 2017 · 2 comments
Open

RPi2 PCF8754 I2C LCD 16x2 #5

seanshpark opened this issue Mar 15, 2017 · 2 comments

Comments

@seanshpark
Copy link
Owner

seanshpark commented Mar 15, 2017

With Raspberry Pi 2 or 3

  • Running Ubuntu Mate 16.04

Control LCD 1602 module

Through PCF8754A I2C to 8-bit I/O expander

@seanshpark
Copy link
Owner Author

Enable I2C

  • edit /boot/confit.txt and enable I2C items and reboot
  • should see /dev/i2c-0 and /dev/i2c-1
  • check with i2cdetect program
$ i2cdetect -y 1
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 3f
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --

Reference

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