summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/icons.c17
-rw-r--r--apps/recorder/icons.h14
2 files changed, 0 insertions, 31 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index e6c3926759..03a88c9fdc 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -126,20 +126,3 @@ const unsigned char bitmap_icon_disk[12] =
126 {0x00,0x00,0x00,0x1c,0x2e,0x4f,0x77,0x79,0x3a,0x1c,0x00,0x00}; 126 {0x00,0x00,0x00,0x1c,0x2e,0x4f,0x77,0x79,0x3a,0x1c,0x00,0x00};
127#endif 127#endif
128 128
129/*
130 * Print play mode to status bar
131 */
132void statusbar_icon_play_mode(int mode)
133{
134 lcd_mono_bitmap(bitmap_icons_7x8[mode], ICON_PLAY_MODE_X_POS,
135 STATUSBAR_Y_POS, ICON_PLAY_MODE_WIDTH, STATUSBAR_HEIGHT);
136}
137
138/*
139 * Print shuffle mode to status bar
140 */
141void statusbar_icon_shuffle(void)
142{
143 lcd_mono_bitmap(bitmap_icons_7x8[Icon_Shuffle], ICON_SHUFFLE_X_POS,
144 STATUSBAR_Y_POS, ICON_SHUFFLE_WIDTH, STATUSBAR_HEIGHT);
145}
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 5f2185e1b7..3c955ffe5b 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -128,20 +128,6 @@ extern const unsigned char bitmap_icon_disk[];
128#define ICON_DISK_X_POS STATUSBAR_WIDTH-ICON_DISK_WIDTH 128#define ICON_DISK_X_POS STATUSBAR_WIDTH-ICON_DISK_WIDTH
129#define TIME_X_END STATUSBAR_WIDTH-1 129#define TIME_X_END STATUSBAR_WIDTH-1
130 130
131extern void statusbar_wipe(void);
132extern void statusbar_icon_battery(int percent);
133extern bool statusbar_icon_volume(int percent);
134extern void statusbar_icon_play_state(int state);
135extern void statusbar_icon_play_mode(int mode);
136extern void statusbar_icon_shuffle(void);
137extern void statusbar_icon_lock(void);
138#if CONFIG_RTC
139extern void statusbar_time(int hour, int minute);
140#endif
141#if (CONFIG_LED == LED_VIRTUAL)
142extern void statusbar_led(void);
143#endif
144
145#endif /* End HAVE_LCD_BITMAP */ 131#endif /* End HAVE_LCD_BITMAP */
146#endif /* PLUGIN */ 132#endif /* PLUGIN */
147#endif /* _ICONS_H_ */ 133#endif /* _ICONS_H_ */