diff options
author | Christi Scarborough <christi@coraline.org> | 2005-11-17 07:37:01 +0000 |
---|---|---|
committer | Christi Scarborough <christi@coraline.org> | 2005-11-17 07:37:01 +0000 |
commit | bde4996ef6130a0f44e70a7f712a69a8b6efdf31 (patch) | |
tree | 8b11044de20d22133262bc0044b69774959e13b5 /wps | |
parent | 95c00323d3483d9925118c217e302a3147105be3 (diff) | |
download | rockbox-bde4996ef6130a0f44e70a7f712a69a8b6efdf31.tar.gz rockbox-bde4996ef6130a0f44e70a7f712a69a8b6efdf31.zip |
Engineer2 WPS by Magnus Westerlund
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7923 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'wps')
-rw-r--r-- | wps/WPSLIST | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/wps/WPSLIST b/wps/WPSLIST index 91d38c1ae3..b9ab5c8689 100644 --- a/wps/WPSLIST +++ b/wps/WPSLIST @@ -18,15 +18,32 @@ Name: rockbox_default.wps Author: Rockbox team Font: rockbox_default.fnt Statusbar: on -Height: 2 -Width: 8 +Height: 14 +Width: 55 </wps> <wps> Name: boxes.wps -Author: Christi Scarborough (after the_engineer) +Author: Christi Scarborough (after Magnus Westerlund) Font: rockbox_default.fnt Statusbar: off Height: 128 Width: 160 </wps> + +<wps> +# Name of the WPS (_including_ .wps extension) +Name: engineeer2.wps +# Real name of the creator of the WPS +Author: Magnus Westerlund +# Preferred font (including .fnt extension - leave blank for player): +Font: Nedore-8.fnt +# Whether the WPS is designed to have the statusbar on or off +Statusbar: Off +# The minimum required pixel height for the WPS +# 176 for H3xx, 128 for H1xx, 64 for Recorder/Ondio, 14 for player +Height: 128 +# The minimum required pixel width for the WPS +# 220 for H3xx, 160 for H1xx, 112 for Recorder/Ondio, 55 for player +Width: 160 +</wps> |