1602 LCD on RPi B+: Difference between revisions

Jump to navigation Jump to search
Line 31: Line 31:
sudo adduser pi i2c
sudo adduser pi i2c
reboot
reboot
</syntaxhighlight>
* Connect LCD and run "i2cdetect -y 1" to find where is the device connected
<syntaxhighlight lang="text">
    0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- 27 -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- UU -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --                       
</syntaxhighlight>
</syntaxhighlight>

Navigation menu