summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r--apps/recorder/icons.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 86cf54eda8..4cb40730ba 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -25,7 +25,7 @@
25#ifdef HAVE_LCD_BITMAP 25#ifdef HAVE_LCD_BITMAP
26 26
27enum icons_6x8 { 27enum icons_6x8 {
28 Box_Filled, Box_Empty, Slider_Horizontal, File, 28 Test, Box_Filled, Box_Empty, Slider_Horizontal, File,
29 Folder, Directory, Playlist, Repeat, 29 Folder, Directory, Playlist, Repeat,
30 Selected, Cursor, LastIcon 30 Selected, Cursor, LastIcon
31}; 31};
@@ -34,5 +34,11 @@ extern unsigned char bitmap_icons_6x8[LastIcon][6];
34 34
35extern unsigned char rockbox112x37[]; 35extern unsigned char rockbox112x37[];
36 36
37extern unsigned char slider_bar[];
38
37#endif /* End HAVE_LCD_BITMAP */ 39#endif /* End HAVE_LCD_BITMAP */
38 40
41
42
43
44