rsegoly Posted July 11, 2016 Posted July 11, 2016 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 1
Recommended Posts