summaryrefslogtreecommitdiff
path: root/apps/radio/radio_skin.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-11-11 21:13:29 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-11-11 21:13:29 +0000
commitde870b3ee049262f984254305c7a062a1cdf3026 (patch)
treef9636eb3e4634ac223a0c5a6dadeb4e1a25b61db /apps/radio/radio_skin.c
parentb787c0dd05ef4ddd6727a86b06d2491be8600f07 (diff)
downloadrockbox-de870b3ee049262f984254305c7a062a1cdf3026.tar.gz
rockbox-de870b3ee049262f984254305c7a062a1cdf3026.zip
Signal strength meter for FM radio - FS#8151 by Przemysław Hołubowski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28559 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/radio/radio_skin.c')
-rw-r--r--apps/radio/radio_skin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/radio/radio_skin.c b/apps/radio/radio_skin.c
index 3079693cc3..68314d62b5 100644
--- a/apps/radio/radio_skin.c
+++ b/apps/radio/radio_skin.c
@@ -27,6 +27,7 @@
27#include "skin_engine/skin_engine.h" 27#include "skin_engine/skin_engine.h"
28#include "settings.h" 28#include "settings.h"
29#include "radio.h" 29#include "radio.h"
30#include "tuner.h"
30#include "action.h" 31#include "action.h"
31#include "appevents.h" 32#include "appevents.h"
32#include "statusbar-skinned.h" 33#include "statusbar-skinned.h"
@@ -41,6 +42,9 @@ char* default_radio_skin(enum screen_type screen)
41 "%Sx(Station:) %tf MHz\n" 42 "%Sx(Station:) %tf MHz\n"
42 "%?St(force fm mono)<%Sx(Force Mono)|%?ts<%Sx(Stereo)|%Sx(Mono)>>\n" 43 "%?St(force fm mono)<%Sx(Force Mono)|%?ts<%Sx(Stereo)|%Sx(Mono)>>\n"
43 "%Sx(Mode:) %?tm<%Sx(Scan)|%Sx(Preset)>\n" 44 "%Sx(Mode:) %?tm<%Sx(Scan)|%Sx(Preset)>\n"
45#ifdef HAVE_RADIO_RSSI
46 "%Sx(Signal strength:) %tr dBuV\n"
47#endif
44#if CONFIG_CODEC != SWCODEC && !defined(SIMULATOR) 48#if CONFIG_CODEC != SWCODEC && !defined(SIMULATOR)
45 "%?Rr<%Sx(Time:) %Rh:%Rn:%Rs|%?St(prerecording time)<%pm|%Sx(Prerecord Time) %Rs>>\n" 49 "%?Rr<%Sx(Time:) %Rh:%Rn:%Rs|%?St(prerecording time)<%pm|%Sx(Prerecord Time) %Rs>>\n"
46#endif 50#endif