summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c17
1 files changed, 0 insertions, 17 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}