#1436 prepare v1.7 running with new LCD driver

This commit is contained in:
rootzoll
2020-09-02 17:57:54 +02:00
parent ffb9f71398
commit f36f25e248

View File

@@ -888,13 +888,11 @@ if [ "${lcdInstalled}" == "true" ]; then
echo "*** LCD DRIVER ***"
echo "--> Downloading LCD Driver from Github"
cd /home/admin/
sudo -u admin git clone https://github.com/goodtft/LCD-show.git
sudo -u admin git clone https://github.com/MrYacha/LCD-show.git
sudo -u admin chmod -R 755 LCD-show
sudo -u admin chown -R admin:admin LCD-show
cd LCD-show/
# set comit hard to old version - that seemed to run better
#
sudo -u admin git reset --hard ce52014
sudo -u admin git reset --hard 53dd0bf
# install xinput calibrator package
echo "--> install xinput calibrator package"