Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 286 Bytes

LcdDisplay.md

File metadata and controls

11 lines (6 loc) · 286 Bytes

LCD doesn’t work after a full update (sudo apt dist-upgrade)

You need to reinstall the LCD library using the following commands in a terminal:

sudo pip install Adafruit_BBIO
sudo pip3 install Adafruit_BBIO


<< BACK to Known Issues