diff options
author | neodarz <neodarz@neodarz.net> | 2018-09-30 21:35:05 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-09-30 21:35:05 +0200 |
commit | fe7fcc3b1722c6db70c235c3656c121ea2a7ff3b (patch) | |
tree | dc2cf55f72d0c2f9cedc74eaf6709bad22a24ed4 | |
parent | f6c8ab460f93ddf9457b90f11ab557e1729c5c2b (diff) | |
download | waveshare-7inch-touchscreen-driver-master.tar.xz waveshare-7inch-touchscreen-driver-master.zip |
-rw-r--r-- | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ check_ver_lte() { chmod +x *.sh *.py sudo patch -b /boot/config.txt 7inch.patch sudo apt-get install -y python3-pip libudev-dev +# sudo pacman -S python python-pip libudev0 gcc sudo pip-3.2 install python-uinput pyudev #if pip-3.2 can't be found, please use pip3 #sudo pip3 install python-uinput pyudev |