From 88f359ff269159e87605466e132e5e2cfa3aba3c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 17 Nov 2005 23:47:23 +0000 Subject: Added tiny docs, only make .cfg files for sections and shut up a few outputs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7948 a1c6a512-1295-4272-9138-f99709370657 --- wps/WPSLIST | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'wps/WPSLIST') diff --git a/wps/WPSLIST b/wps/WPSLIST index b425543dc0..6f06f71967 100644 --- a/wps/WPSLIST +++ b/wps/WPSLIST @@ -1,3 +1,26 @@ +# __________ __ ___. +# Open \______ \ ____ ____ | | _\_ |__ _______ ___ +# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / +# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < +# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ +# \/ \/ \/ \/ \/ +# $Id$ +# +# WPSLIST +# +# This should list all WPS and RWPS files we have and what their requirements +# and preferences are. +# +# Each section will also cause a "theme" .cfg to be made, which the +# sections will not cause. +# +# A section can thus mention a "preferred" rwps file to load when that +# theme is loaded. +# +# All sections should list what their smallest LCD size requirements are and +# what font and status bar setting they "like". +# + # Name of the WPS _including_ extension Name: ipodVOL.wps @@ -59,3 +82,12 @@ Statusbar: off Height: 128 Width: 160 + + +Name: rockbox_default.rwps +Author: Rockbox team +Font: rockbox_default.fnt +Statusbar: on +Height: 64 +Width: 128 + -- cgit v1.2.3