diff options
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r-- | apps/recorder/icons.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index b1c5b6153c..4351bc36ec 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -41,9 +41,11 @@ unsigned char bitmap_icons_6x8[LastIcon][6] = /* Repeat */ { 0x39, 0x43, 0x47, 0x71, 0x61, 0x4e }, /* Selected */ - { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, + { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, /* Selector */ - { 0x00, 0x7f, 0x3e, 0x1c, 0x08, 0x00 }, + { 0x00, 0x7f, 0x3e, 0x1c, 0x08, 0x00 }, + /* Cursor / Marker */ + { 0x7e, 0x7e, 0x7e, 0x3c, 0x3c, 0x18 }, }; unsigned char rockbox112x37[]={ |