summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2010-05-26 05:58:46 +0000
committerMarianne Arnold <pixelma@rockbox.org>2010-05-26 05:58:46 +0000
commit6ecb4d0344551a4be92755181faa8bd1e4e083ad (patch)
tree0a4aedacd04b6fc17653909e8e94729aea40cc55 /apps
parentc5fbaf4587abdeea6a3cddd8b5379b35eac14e61 (diff)
downloadrockbox-6ecb4d0344551a4be92755181faa8bd1e4e083ad.tar.gz
rockbox-6ecb4d0344551a4be92755181faa8bd1e4e083ad.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/radio/radio_skin.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/radio/radio_skin.c b/apps/radio/radio_skin.c
index 9c5aafe66f..2185c96b6c 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)
45 45
46 if (!success ) /* load the default */ 46 if (!success ) /* load the default */
47 { 47 {
48 const char default_fms[] = "%Sx|Station:| %tf\n" 48 const char default_fms[] = "%s%?Ti<%Ti. |>%?Tn<%Tn|%Tf>\n"
49 "%?ts<%Sx|Stereo||%Sx|Mono|>\n" 49 "%Sx|Station:| %tf MHz\n"
50 "%?tm<%Sx|Mode:| %Sx|Scan||%Sx|Preset|: %Ti. %?Tn<%Tn|%Tf>>\n" 50 "%?St|force fm mono|<%Sx|Force Mono||%?ts<%Sx|Stereo||%Sx|Mono|>>\n"
51 "%pb\n" 51 "%Sx|Mode:| %?tm<%Sx|Scan||%Sx|Preset|>\n"
52#if CONFIG_CODEC != SWCODEC && !defined(SIMULATOR) 52#if CONFIG_CODEC != SWCODEC && !defined(SIMULATOR)
53 "%?Rr<%Sx|Time:| %Rh:%Rn:%Rs|" 53 "%?Rr<%Sx|Time:| %Rh:%Rn:%Rs|%?St|prerecording time|<%pm|%Sx|Prerecord Time| %Rs>>\n"
54 "%?St|prerecording time|<%Sx|Prerecord Time| %Rs|%pm>>\n" 54#endif
55#endif 55 "%pb\n"
56#ifdef HAVE_RDS_CAP 56#ifdef HAVE_RDS_CAP
57 "\n%s%ty\n" 57 "\n%s%ty\n"
58 "%s%tz\n" 58 "%s%tz\n"