diff --git a/packages/sysutils/splashutils/splash/default/640x480.cfg b/packages/sysutils/splashutils/splash/default/640x480.cfg new file mode 100644 index 0000000000..4c16e75281 --- /dev/null +++ b/packages/sysutils/splashutils/splash/default/640x480.cfg @@ -0,0 +1,16 @@ +# This is a gensplash configuration file for +# theme OpenELEC, resolution 640x480. + +# bgcolor is the text background (i.e. transparent) color. +bgcolor=0 + +# ttf message output parameters +text_x=10 +text_y=10 +text_size=18 +text_color=#83b9dd +text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf + +# name of the picture file (full path recommended) +pic=/etc/splash/default/images/splash-640x480.png +silentpic=/etc/splash/default/images/splash-640x480.png diff --git a/packages/sysutils/splashutils/splash/default/images/splash-640x480.png b/packages/sysutils/splashutils/splash/default/images/splash-640x480.png new file mode 100644 index 0000000000..b366a01669 Binary files /dev/null and b/packages/sysutils/splashutils/splash/default/images/splash-640x480.png differ