Add info about i2c breakage on newer firmware
This commit is contained in:
parent
3170955894
commit
737ef135f9
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
From: https://learn.adafruit.com/adafruit-16x2-character-lcd-plus-keypad-for-raspberry-pi/usage
|
||||
|
||||
NOTE: if i2c does not appear to work,
|
||||
edit /boot/config.txt and add: dtparam=i2c1=on
|
||||
(cf. http://raspberrypi.stackexchange.com/questions/27073/firmware-3-18-x-breaks-i2c-spi-audio-lirc-1-wire-e-g-dev-i2c-1-no-such-f)
|
||||
|
||||
* edit /etc/modules, add i2c-bcm2708 and i2c-dev
|
||||
* sudo apt-get install i2c-tools python-smbus
|
||||
* confirm that the lcd was detected by running:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue