summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-06-23 02:18:29 +0000
committerJens Arnold <amiconn@rockbox.org>2005-06-23 02:18:29 +0000
commit97a804938996d5bbc122128eb78a074491c4ad61 (patch)
tree8e5b58c663edc49bcbffd40c8237f259ca36309c /apps/recorder/icons.h
parent6e0436f65cd461bb2b21c9a0178dfa6978213d27 (diff)
downloadrockbox-97a804938996d5bbc122128eb78a074491c4ad61.tar.gz
rockbox-97a804938996d5bbc122128eb78a074491c4ad61.zip
New feature for units that can be powered or charged from USB (Recorder fm/v2, Ondios): USB power mode, based on patch #1110332 by Pieter Bos. This way you can save battery power or even charge the battery (fm/v2) while using your unit near a PC. Hold MODE (Ondio) or F1 (fm/v2) while plugging USB to enter that mode. A tiny USB plug icon will be displayed is the status bar (overridden by the regular power plug icon in case of fm/v2 when the charger is connected).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6836 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r--apps/recorder/icons.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 77a310d053..b2900a1566 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -43,6 +43,7 @@ enum icons_5x8 {
43 43
44enum icons_7x8 { 44enum icons_7x8 {
45 Icon_Plug, 45 Icon_Plug,
46 Icon_USBPlug,
46 Icon_Speaker, 47 Icon_Speaker,
47 Icon_Mute, 48 Icon_Mute,
48 Icon_Play, 49 Icon_Play,
@@ -97,7 +98,7 @@ extern const unsigned char rockbox160x53[];
97#define TIME_X_END STATUSBAR_WIDTH-1 98#define TIME_X_END STATUSBAR_WIDTH-1
98 99
99extern void statusbar_wipe(void); 100extern void statusbar_wipe(void);
100extern void statusbar_icon_battery(int percent, bool charging); 101extern void statusbar_icon_battery(int percent);
101extern bool statusbar_icon_volume(int percent); 102extern bool statusbar_icon_volume(int percent);
102extern void statusbar_icon_play_state(int state); 103extern void statusbar_icon_play_state(int state);
103extern void statusbar_icon_play_mode(int mode); 104extern void statusbar_icon_play_mode(int mode);