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.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 238d522444..375f3556e0 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -77,11 +77,24 @@ unsigned char bitmap_icons_7x8[][7] =
77 {0x1c,0x3e,0x7f,0x00,0x7f,0x3e,0x1c}, /* Record pause */ 77 {0x1c,0x3e,0x7f,0x00,0x7f,0x3e,0x1c}, /* Record pause */
78 {0x08,0x08,0x08,0x08,0x3e,0x1c,0x08}, /* Normal playmode */ 78 {0x08,0x08,0x08,0x08,0x3e,0x1c,0x08}, /* Normal playmode */
79 {0x38,0x44,0x44,0x4e,0x5f,0x44,0x38}, /* Repeat playmode */ 79 {0x38,0x44,0x44,0x4e,0x5f,0x44,0x38}, /* Repeat playmode */
80 {0x10,0x78,0x04,0x4e,0x5f,0x44,0x38}, /* Repeat-one playmode */
80 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */ 81 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */
81 {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04}, /* Down-arrow */ 82 {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04}, /* Down-arrow */
82 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */ 83 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */
83}; 84};
84 85
86/*
87
88....*..
89...**..
90..****.
91.*.**.*
92**..*.*
93.*....*
94.*.***.
95
96*/
97
85unsigned char rockbox112x37[]={ 98unsigned char rockbox112x37[]={
86 0x00, 0x00, 0x02, 0xff, 0x02, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 99 0x00, 0x00, 0x02, 0xff, 0x02, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa,
87 0xf8, 0xf8, 0xf0, 0xe0, 0x80, 0x00, 0x00, 0x80, 0xe0, 0xf0, 0xf8, 0xf8, 0xfc, 100 0xf8, 0xf8, 0xf0, 0xe0, 0x80, 0x00, 0x00, 0x80, 0xe0, 0xf0, 0xf8, 0xf8, 0xfc,