LCD doesn’t work after updating(using command “sudo apt-get dist-upgrade” or "sudo rpi-update").
You need to reinstall the LCD library using the following commands:
sudo pip install Adafruit_BBIO
sudo pip3 install Adafruit_BBIO
Tagged:
You need to reinstall the LCD library using the following commands:
sudo pip install Adafruit_BBIO
sudo pip3 install Adafruit_BBIO