Update SSD1306.md

This commit is contained in:
aiminick 2021-12-12 16:16:23 +08:00 committed by GitHub
parent 8a420e89ac
commit e51b4625ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ sudo pip install Adafruit_GPIO
sudo pip install Adafruit_SSD1306
sudo pip install Adafruit_BBIO
git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git
#git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git
git clone https://github.com/aiminickwong/Adafruit_Python_SSD1306
cd Adafruit_Python_SSD1306
sudo python setup.py install
sudo pip install RPi.GPIO