diff options
author | Luca Tringali <tringalinvent@libero.it> | 2019-01-24 17:54:43 +0100 |
---|---|---|
committer | Luca Tringali <tringalinvent@libero.it> | 2019-01-24 17:54:43 +0100 |
commit | f0f1936648c2d9fb05f8a4a36a818a154110ebda (patch) | |
tree | 703a57002d506cda3e948e41b314aadcdf90044f /README.md | |
parent | cd0ee5419847f47206861780504e1c1595b2d07c (diff) |
Warning for adafruit script
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,3 +10,5 @@ Then just reboot the system and wait for the interface to load. If you are using You also need to install libraries for GPIO pins and the therm sensors: sudo aptitude install python3-rpi.gpio sudo pip3 install w1thermsensor +If you are using Raspbian Buster before its official release date, and you have a PiTFT from Adafruit, PiTFT script might not work correctly. Instead of the official script, please use the one included in this git repository, running: +sudo ./adafruit-pitft.sh |