add additional software libraries for waveshare display hat
This commit is contained in:
parent
bf9dec3751
commit
237d01f3a9
12
README.md
12
README.md
@ -56,7 +56,7 @@ logged in via ssh
|
||||
|
||||
confirmed filesystem resize
|
||||
|
||||
`sudo apt update && sudo apt upgrade -y && sudo apt install tmux usbmount vim`
|
||||
`sudo apt update && sudo apt upgrade -y && sudo apt install tmux usbmount vim wiringpi python3-pip`
|
||||
|
||||
`sudo vim /etc/hostname`
|
||||
|
||||
@ -76,6 +76,16 @@ reboot
|
||||
## install and configure display hat
|
||||
https://www.waveshare.com/wiki/Libraries_Installation_for_RPi
|
||||
|
||||
```
|
||||
wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.60.tar.gz
|
||||
tar zxvf bcm2835-1.60.tar.gz
|
||||
cd bcm2835-1.60/
|
||||
sudo ./configure
|
||||
sudo make && sudo make check && sudo make install
|
||||
|
||||
sudo pip3 install RPi.GPIO
|
||||
```
|
||||
|
||||
## install and configure UPS hat
|
||||
|
||||
## install musikcube from github
|
||||
|
Loading…
Reference in New Issue
Block a user