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.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 440902a83a..0501a3f0c0 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -97,7 +97,11 @@ unsigned char bitmap_icons_7x8[][7] =
97 /* Repeat playmode */ 97 /* Repeat playmode */
98 {0x38,0x44,0x44,0x4e,0x5f,0x44,0x38}, 98 {0x38,0x44,0x44,0x4e,0x5f,0x44,0x38},
99 /* Shuffle playmode (dice) */ 99 /* Shuffle playmode (dice) */
100 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e} 100 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e},
101 /* Down-arrow */
102 {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04},
103 /* Up-arrow */
104 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20},
101}; 105};
102 106
103unsigned char rockbox112x37[]={ 107unsigned char rockbox112x37[]={