mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
#1058 reset LCD drive to old version
This commit is contained in:
parent
caca99af22
commit
22435519bf
1 changed files with 3 additions and 2 deletions
|
@ -707,8 +707,9 @@ sudo -u admin git clone https://github.com/goodtft/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 a8de38f (7 Nov 2019) for security
|
||||
sudo -u admin git reset --hard a8de38f41586e153a8e03adcf7708c8b5974ffc8
|
||||
# set comit hard to old version - that seemed to run better
|
||||
#
|
||||
sudo -u admin git reset --hard ce52014
|
||||
|
||||
# install xinput calibrator package
|
||||
echo "--> install xinput calibrator package"
|
||||
|
|
Loading…
Add table
Reference in a new issue