summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/icons.c1
-rw-r--r--apps/recorder/icons.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 6e60905478..78f3039df2 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -73,6 +73,7 @@ const unsigned char bitmap_icons_7x8[][7] =
73 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */ 73 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */
74 {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04}, /* Down-arrow */ 74 {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04}, /* Down-arrow */
75 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */ 75 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */
76 {0x7f,0x04,0x4e,0x5f,0x44,0x38,0x7f}, /* Repeat-AB playmode */
76}; 77};
77 78
78#if CONFIG_LED == LED_VIRTUAL 79#if CONFIG_LED == LED_VIRTUAL
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index c0b870fbb6..0ea29bb324 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -58,6 +58,7 @@ enum icons_7x8 {
58 Icon_Shuffle, 58 Icon_Shuffle,
59 Icon_DownArrow, 59 Icon_DownArrow,
60 Icon_UpArrow, 60 Icon_UpArrow,
61 Icon_RepeatAB,
61 Icon_Last 62 Icon_Last
62}; 63};
63 64