

rsegoly
-
Posts
31 -
Joined
-
Last visited
Reputation Activity
-
rsegoly got a reaction from wildcat_paris in I2C LCD 16X2 resolved
Since I struggled and now it works here is the explanation
sudo nano /etc/modules
add
snd-bcm2835
i2c-dev
sudo apt-get install i2c-tools
sudo apt-get install python-smbus
reboot wget https://bitbucket.org/MattHawkinsUK/rpispy-misc/raw/master/python/lcd_i2c.py
sudo i2cdetect -y 1 or sudo i2cdetect -y 0 device should be identified on 0x27 Run the script