From d782c8db5acc399a969cd44625d124779b76d06a Mon Sep 17 00:00:00 2001 From: CAJNA Jarod Date: Fri, 2 Jun 2023 11:33:11 +0200 Subject: [PATCH] LCD install --- install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e8d531f..6ef13b9 100644 --- a/install.sh +++ b/install.sh @@ -58,4 +58,9 @@ echo "Les lignes ont été ajoutées à /etc/xdg/lxsession/LXDE-pi/autostart." # Créer le fichier launcher.sh echo "cd /home/$USER/BadgeCloner/BadgeCloner" > ~/launcher.sh echo "python3 server.py" >> ~/launcher.sh -echo "Le fichier launcher.sh a été créé." \ No newline at end of file +echo "Le fichier launcher.sh a été créé." + +# Installation des drivers pour l'écran LCD +cd LCD-show +sudo chmod +x LCD35-show +sudo LCD35-show \ No newline at end of file