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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 66ac3cb727..baba77bc52 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -63,12 +63,14 @@ const unsigned char bitmap_icons_7x8[][7] =
63 {0x08,0x1c,0x3e,0x7f,0x1c,0x3e,0x7f}, /* Fast backward */ 63 {0x08,0x1c,0x3e,0x7f,0x1c,0x3e,0x7f}, /* Fast backward */
64 {0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c}, /* Record */ 64 {0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c}, /* Record */
65 {0x1c,0x3e,0x7f,0x00,0x7f,0x3e,0x1c}, /* Record pause */ 65 {0x1c,0x3e,0x7f,0x00,0x7f,0x3e,0x1c}, /* Record pause */
66 {0x40,0xa0,0xa0,0xa0,0x7f,0x02,0x02}, /* Radio on */
67 {0x42,0xa4,0xa8,0xb0,0x7f,0x22,0x42}, /* Radio mute */
66 {0x44,0x4e,0x5f,0x44,0x44,0x44,0x38}, /* Repeat playmode */ 68 {0x44,0x4e,0x5f,0x44,0x44,0x44,0x38}, /* Repeat playmode */
67 {0x44,0x4e,0x5f,0x44,0x38,0x02,0x7f}, /* Repeat-one playmode */ 69 {0x44,0x4e,0x5f,0x44,0x38,0x02,0x7f}, /* Repeat-one playmode */
68 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */ 70 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */
69 {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04}, /* Down-arrow */ 71 {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04}, /* Down-arrow */
70 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */ 72 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */
71 {0x7f,0x04,0x4e,0x5f,0x44,0x38,0x7f}, /* Repeat-AB playmode */ 73 {0x7f,0x04,0x4e,0x5f,0x44,0x38,0x7f} /* Repeat-AB playmode */
72}; 74};
73 75
74#if CONFIG_LED == LED_VIRTUAL 76#if CONFIG_LED == LED_VIRTUAL