#647 Random StartUp Logos

This commit is contained in:
Christian Rotzoll 2019-06-11 21:23:15 +02:00
parent 16d6dcbeb0
commit ab7a940d12
10 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ echo "***********************************************" >> $logFile
# display 3 secs logo - try to kickstart LCD # display 3 secs logo - try to kickstart LCD
# see https://github.com/rootzoll/raspiblitz/issues/195#issuecomment-469918692 # see https://github.com/rootzoll/raspiblitz/issues/195#issuecomment-469918692
sudo fbi -a -T 1 -d /dev/fb1 --noverbose /home/admin/raspiblitz/pictures/logoraspiblitz.png # see https://github.com/rootzoll/raspiblitz/issues/647
randnum=$(shuf -i 0-8 -n 1)
sudo fbi -a -T 1 -d /dev/fb1 --noverbose /home/admin/raspiblitz/pictures/startlogo${randnum}.png
sleep 5 sleep 5
sudo killall -3 fbi sudo killall -3 fbi

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

BIN
pictures/startlogo0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
pictures/startlogo1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
pictures/startlogo2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
pictures/startlogo3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

BIN
pictures/startlogo4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
pictures/startlogo5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

BIN
pictures/startlogo6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
pictures/startlogo7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB