XK9274 / splash-miyoo

Launches a splash screen with an icon provided as an arg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

splash-miyoo

Launches a (currently basic) splash screen with an icon provided as an arg

Will display a fullscreen splash with an image in the center supplied on the cmdline and a background colour of your choice

Issues

Will only display when sent a sigint.. not sure if it's mainui related

Example to start the splash:

/mnt/SDCARD/App/Spotify/splash /mnt/SDCARD/App/Spotify/logos/splash.png 80 80 80 &
splash_pid=$!
sleep 1
kill -2 $splash_pid
sleep 2
killall -9 splash

Usage

/mnt/SDCARD/App/Spotify/splash /mnt/SDCARD/App/Spotify/logos/splash.png 240 240 240 &

./splash /path/to/img.png 90 90 90 &

syntax: imagepath r g b

Example splash:

Rom_Weasal_000

ncspot_001

Syncthing_001

About

Launches a splash screen with an icon provided as an arg


Languages

Language:C 81.9%Language:Makefile 18.1%