From 617b67e769661d4841b4fd1ace358b932f9c0378 Mon Sep 17 00:00:00 2001 From: Martin Scarratt Date: Sat, 2 Sep 2006 17:30:30 +0000 Subject: Display bitrate (Q value for Archos), samplerate, channels and recording format (M = MP3) in the statusbar in the recording screen. This is all new info for archos targets and I-river targets now have this info on the remote as well as the main screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10856 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'apps/recorder/icons.h') diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index d29b549245..5e7f157c75 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -39,6 +39,8 @@ enum icons_5x8 { Icon_Lock_Main, Icon_Lock_Remote, + Icon_Stereo, + Icon_Mono, Icon5x8Last }; @@ -83,9 +85,22 @@ enum icons_7x8 { Icon7x8Last }; +enum icons_18x8 { + Icon_mp364, + Icon_mp396, + Icon_mp3128, + Icon_mp3160, + Icon_mp3192, + Icon_mp3224, + Icon_mp3320, + Icon_wv, + Icon_wav, + Icon18x8Last +}; extern const unsigned char bitmap_icons_5x8[Icon5x8Last][5]; extern const unsigned char bitmap_icons_6x8[Icon6x8Last][6]; extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7]; +extern const unsigned char bitmap_icons_18x8[Icon18x8Last][18]; extern const unsigned char bitmap_icon_disk[]; #define STATUSBAR_X_POS 0 -- cgit v1.2.3