summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/icons.c6
-rw-r--r--apps/recorder/icons.h2
2 files changed, 5 insertions, 3 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index b1c5b6153c..4351bc36ec 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -41,9 +41,11 @@ unsigned char bitmap_icons_6x8[LastIcon][6] =
41 /* Repeat */ 41 /* Repeat */
42 { 0x39, 0x43, 0x47, 0x71, 0x61, 0x4e }, 42 { 0x39, 0x43, 0x47, 0x71, 0x61, 0x4e },
43 /* Selected */ 43 /* Selected */
44 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, 44 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c },
45 /* Selector */ 45 /* Selector */
46 { 0x00, 0x7f, 0x3e, 0x1c, 0x08, 0x00 }, 46 { 0x00, 0x7f, 0x3e, 0x1c, 0x08, 0x00 },
47 /* Cursor / Marker */
48 { 0x7e, 0x7e, 0x7e, 0x3c, 0x3c, 0x18 },
47}; 49};
48 50
49unsigned char rockbox112x37[]={ 51unsigned char rockbox112x37[]={
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 3d1b5fd9fa..823bbef1f7 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -27,7 +27,7 @@
27enum icons_6x8 { 27enum icons_6x8 {
28 Box_Filled, Box_Empty, Slider_Horizontal, File, 28 Box_Filled, Box_Empty, Slider_Horizontal, File,
29 Folder, Directory, Playlist, Repeat, 29 Folder, Directory, Playlist, Repeat,
30 Selected, Selector, LastIcon 30 Selected, Selector, Cursor, LastIcon
31}; 31};
32 32
33extern unsigned char bitmap_icons_6x8[LastIcon][6]; 33extern unsigned char bitmap_icons_6x8[LastIcon][6];