We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f856463 + b321ed1 commit da8a0e8Copy full SHA for da8a0e8
adafruit-pitft.py
@@ -221,7 +221,7 @@ def softwareinstall():
221
if not shell.run_command("apt-get install -y libts0", True):
222
if not shell.run_command("apt-get install -y tslib"):
223
warn_exit("Apt failed to install TSLIB!")
224
- if not shell.run_command("apt-get install -y bc fbi git python3-dev python3-pip python3-smbus python3-spidev evtest libts-bin device-tree-compiler"):
+ if not shell.run_command("apt-get install -y bc fbi git python3-dev python3-pip python3-smbus python3-spidev evtest libts-bin device-tree-compiler libraspberrypi-dev build-essential"):
225
warn_exit("Apt failed to install software!")
226
if not shell.run_command("pip3 install evdev"):
227
warn_exit("Pip failed to install software!")
0 commit comments