From 6675cc178ccc54075cb0ce5ac17810abc495e0a1 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 16 Oct 2018 23:00:04 +0200 Subject: [PATCH] Update prototype.sh --- prototype.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype.sh b/prototype.sh index 4761d18..dd3b923 100644 --- a/prototype.sh +++ b/prototype.sh @@ -46,7 +46,7 @@ sudo rm -r E-Paper-Calendar-with-iCal-sync-and-live-weather # Using this part for the 2-colour E-Paper version if [ "$digit" = 2 ]; then # execute the monocolour-converter to convert all 3-colour icons to 2-colour ones - python3.5 /home/pi/E-Paper-Master/monocolour-converter.py + python3.5 /home/pi/E-Paper-Master/Calendar/monocolour-converter.py # edit the settings file for the 2-colour display option sed -i 's/display_colours = "bwr"/display_colours = "bw"/' /home/pi/E-Paper-Master/Calendar/settings.py