diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-10-29 13:59:51 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-10-29 13:59:51 +0000 |
| commit | 0afe4ffcb613909d5648f7f778aa4aa87f9fa9e7 (patch) | |
| tree | 10a887d4ff1cd018b78a9bb35717c3ce78a86699 /apps | |
| parent | 864cff709fe3beefc3f2d94cda1854e74954cb74 (diff) | |
| download | rockbox-0afe4ffcb613909d5648f7f778aa4aa87f9fa9e7.zip rockbox-0afe4ffcb613909d5648f7f778aa4aa87f9fa9e7.tar.gz rockbox-0afe4ffcb613909d5648f7f778aa4aa87f9fa9e7.tar.bz2 rockbox-0afe4ffcb613909d5648f7f778aa4aa87f9fa9e7.tar.xz | |
New repeat and repeat-one icons
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2779 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/recorder/icons.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index f394b2b..5cca0ce 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -77,8 +77,8 @@ unsigned char bitmap_icons_7x8[][7] = {0x08,0x1c,0x3e,0x7f,0x1c,0x3e,0x7f}, /* Fast backward */ {0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c}, /* Record */ {0x1c,0x3e,0x7f,0x00,0x7f,0x3e,0x1c}, /* Record pause */ - {0x38,0x44,0x44,0x4e,0x5f,0x44,0x38}, /* Repeat playmode */ - {0x10,0x78,0x04,0x4e,0x5f,0x44,0x38}, /* Repeat-one playmode */ + {0x44,0x4e,0x5f,0x44,0x44,0x44,0x38}, /* Repeat playmode */ + {0x44,0x4e,0x5f,0x44,0x38,0x02,0x7f}, /* Repeat-one playmode */ {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */ {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04}, /* Down-arrow */ {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */ |