diff options
author | Marcin Bukat <marcin.bukat@gmail.com> | 2012-06-25 22:04:36 +0200 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2012-06-25 22:07:43 +0200 |
commit | 5785cfb741728b144701736858ffdbef1f79218d (patch) | |
tree | c850f7fab2c2278e8afa2cc6c2cc1543f4a36376 | |
parent | bc7ff53eab7341035d5128999576b5987eb2bbe8 (diff) |
Add fms to cabbiev2 by default
Currently we have only fms for 160x128x2 and all others will
fallback to built in one.
Change-Id: I43efa2795e1ab62185e2e25b6c8c4979c87c4299
-rw-r--r-- | apps/settings_list.c | 2 | ||||
-rw-r--r-- | wps/WPSLIST | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c index accd51dfe1..5e660b4386 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -204,7 +204,7 @@ static const char graphic_numeric[] = "graphic,numeric"; /* Default theme settings */ #define DEFAULT_WPSNAME "cabbiev2" #define DEFAULT_SBSNAME "-" -#define DEFAULT_FMS_NAME "-" +#define DEFAULT_FMS_NAME "cabbiev2" #ifdef HAVE_LCD_BITMAP diff --git a/wps/WPSLIST b/wps/WPSLIST index 2f4cf645a2..0199ef6f73 100644 --- a/wps/WPSLIST +++ b/wps/WPSLIST @@ -71,6 +71,7 @@ Name: cabbiev2 # Real name of the creator of the WPS Authors: Johannes Voggenthaler, Apoo Maha, Marc Guay, Alex Vanderpol, Jerry Lange, Keith Perri, Mark Fawcus, and Marianne Arnold with support from Rockbox developers and forums. Based on Cabbie by Yohann Misquitta. WPS: yes +FMS: yes RWPS: yes SBS: no RSBS: no @@ -100,6 +101,9 @@ wps.128x64x1: cabbiev2.128x64x1.wps wps.112x64x1: cabbiev2.112x64x1.wps wps.96x96x16: cabbiev2.96x96x16.wps +# override implicit .fms filename +fms.160x128x2: cabbiev2-160x128x2.fms + # Preferred font (including .fnt extension - leave blank for player): Font.800x480x16: 35-Adobe-Helvetica.fnt Font.480x800x16: 35-Adobe-Helvetica.fnt |