enable logo displaying between videos

py3
Level2 DoorBuzz 2015-07-27 23:24:07 +02:00
parent 9e57c15fbe
commit d45845a01d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
if [ ! -f black.png ]
then
convert -size 1920x1080 xc:#000000 black.png
#convert level2_round_grey.png -background black -gravity center -extent 1920x1080 black.png
convert level2_round_grey.png -background black -gravity center -extent 1920x1080 black.png
fi
killall feh
trap "killall feh; killall omxplayer" 1 2 3 15