Jump to content

I2C LCD 16X2 resolved


rsegoly

Recommended Posts

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

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines