From a2338fc9ba422efab24998ae81a96f5d7ec236d2 Mon Sep 17 00:00:00 2001 From: pixelma Date: Wed, 26 May 2010 05:58:46 +0000 Subject: [PATCH] Change the hardcoded radio screen almost to how it was before - better use of screen estate, shorter lines, more info. Keep the 'progress' bar which was even possible on small screens. Also show peak meter and prerecording time correctly in the hwcodec version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26302 a1c6a512-1295-4272-9138-f99709370657 --- apps/radio/radio_skin.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/radio/radio_skin.c b/apps/radio/radio_skin.c index 9c5aafe66..2185c96b6 100644 --- a/apps/radio/radio_skin.c +++ b/apps/radio/radio_skin.c @@ -45,14 +45,14 @@ void fms_data_load(enum screen_type screen, const char *buf, bool isfile) if (!success ) /* load the default */ { - const char default_fms[] = "%Sx|Station:| %tf\n" - "%?ts<%Sx|Stereo||%Sx|Mono|>\n" - "%?tm<%Sx|Mode:| %Sx|Scan||%Sx|Preset|: %Ti. %?Tn<%Tn|%Tf>>\n" - "%pb\n" + const char default_fms[] = "%s%?Ti<%Ti. |>%?Tn<%Tn|%Tf>\n" + "%Sx|Station:| %tf MHz\n" + "%?St|force fm mono|<%Sx|Force Mono||%?ts<%Sx|Stereo||%Sx|Mono|>>\n" + "%Sx|Mode:| %?tm<%Sx|Scan||%Sx|Preset|>\n" #if CONFIG_CODEC != SWCODEC && !defined(SIMULATOR) - "%?Rr<%Sx|Time:| %Rh:%Rn:%Rs|" - "%?St|prerecording time|<%Sx|Prerecord Time| %Rs|%pm>>\n" -#endif + "%?Rr<%Sx|Time:| %Rh:%Rn:%Rs|%?St|prerecording time|<%pm|%Sx|Prerecord Time| %Rs>>\n" +#endif + "%pb\n" #ifdef HAVE_RDS_CAP "\n%s%ty\n" "%s%tz\n" -- 2.11.4.GIT