summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/icons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index f394b2bd31..5cca0ce8cc 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -77,8 +77,8 @@ unsigned char bitmap_icons_7x8[][7] =
77 {0x08,0x1c,0x3e,0x7f,0x1c,0x3e,0x7f}, /* Fast backward */ 77 {0x08,0x1c,0x3e,0x7f,0x1c,0x3e,0x7f}, /* Fast backward */
78 {0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c}, /* Record */ 78 {0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c}, /* Record */
79 {0x1c,0x3e,0x7f,0x00,0x7f,0x3e,0x1c}, /* Record pause */ 79 {0x1c,0x3e,0x7f,0x00,0x7f,0x3e,0x1c}, /* Record pause */
80 {0x38,0x44,0x44,0x4e,0x5f,0x44,0x38}, /* Repeat playmode */ 80 {0x44,0x4e,0x5f,0x44,0x44,0x44,0x38}, /* Repeat playmode */
81 {0x10,0x78,0x04,0x4e,0x5f,0x44,0x38}, /* Repeat-one playmode */ 81 {0x44,0x4e,0x5f,0x44,0x38,0x02,0x7f}, /* Repeat-one playmode */
82 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */ 82 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */
83 {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04}, /* Down-arrow */ 83 {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04}, /* Down-arrow */
84 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */ 84 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */