diff options
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r-- | apps/recorder/icons.c | 89 |
1 files changed, 31 insertions, 58 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index 6414a17418..238d522444 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -45,68 +45,41 @@ unsigned char bitmap_icons_5x8[][5] = unsigned char bitmap_icons_6x8[LastIcon][6] = { - /* Box_Filled */ - { 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f }, - /* Box_Empty */ - { 0x00, 0x7f, 0x41, 0x41, 0x41, 0x7f }, - /* Slider_Horizontal */ - { 0x00, 0x3e, 0x7f, 0x63, 0x7f, 0x3e }, - /* File */ - { 0x60, 0x7f, 0x03, 0x63, 0x7f, 0x00 }, - /* Folder */ - { 0x7e, 0x41, 0x41, 0x42, 0x7e, 0x00 }, - /* Directory */ - { 0x3e, 0x26, 0x26, 0x24, 0x3c, 0x00 }, - /* Playlist */ - { 0x55, 0x00, 0x55, 0x55, 0x55, 0x00 }, - /* Repeat */ - { 0x39, 0x43, 0x47, 0x71, 0x61, 0x4e }, - /* Selected */ - { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, - /* Cursor / Marker */ - { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 }, - /* WPS file */ - { 0x58, 0x5f, 0x42, 0x50, 0x55, 0x00 }, - /* Mod or ajz file */ - { 0x63, 0x7f, 0x3a, 0x7f, 0x63, 0x00 }, - /* Font file */ - { 0x60, 0x70, 0x38, 0x2c, 0x7e, 0x7e }, - /* Language file */ - { 0x3e, 0x2a, 0x3e, 0x2a, 0x2a, 0x3e }, + { 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f }, /* Box_Filled */ + { 0x00, 0x7f, 0x41, 0x41, 0x41, 0x7f }, /* Box_Empty */ + { 0x00, 0x3e, 0x7f, 0x63, 0x7f, 0x3e }, /* Slider_Horizontal */ + { 0x60, 0x7f, 0x03, 0x63, 0x7f, 0x00 }, /* File */ + { 0x7e, 0x41, 0x41, 0x42, 0x7e, 0x00 }, /* Folder */ + { 0x3e, 0x26, 0x26, 0x24, 0x3c, 0x00 }, /* Directory */ + { 0x55, 0x00, 0x55, 0x55, 0x55, 0x55 }, /* Playlist */ + { 0x39, 0x43, 0x47, 0x71, 0x61, 0x4e }, /* Repeat */ + { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, /* Selected */ + { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 }, /* Cursor / Marker */ + { 0x58, 0x5f, 0x42, 0x50, 0x55, 0x55 }, /* WPS file */ + { 0x63, 0x7f, 0x3a, 0x7f, 0x63, 0x00 }, /* Mod or ajz file */ + { 0x60, 0x70, 0x38, 0x2c, 0x7e, 0x7e }, /* Font file */ + { 0x3e, 0x2a, 0x3e, 0x2a, 0x2a, 0x3e }, /* Language file */ + { 0x55, 0x55, 0x55, 0x55, 0x55, 0x55 }, /* Text file */ + { 0x4e, 0x51, 0x51, 0x40, 0x55, 0x55 }, /* Config file */ }; unsigned char bitmap_icons_7x8[][7] = { - /* Power plug */ - {0x08,0x1c,0x3e,0x3e,0x3e,0x14,0x14}, - /* Speaker */ - {0x00,0x1c,0x1c,0x3e,0x7f,0x00,0x00}, - /* Speaker mute */ - {0x01,0x1e,0x1c,0x3e,0x7f,0x20,0x40}, - /* Play */ - {0x00,0x7f,0x7f,0x3e,0x1c,0x08,0x00}, - /* Stop */ - {0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f}, - /* Pause */ - {0x00,0x7f,0x7f,0x00,0x7f,0x7f,0x00}, - /* Fast forward */ - {0x7f,0x3e,0x1c,0x7f,0x3e,0x1c,0x08}, - /* Fast backward */ - {0x08,0x1c,0x3e,0x7f,0x1c,0x3e,0x7f}, - /* Record */ - {0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c}, - /* Record pause */ - {0x1c,0x3e,0x7f,0x00,0x7f,0x3e,0x1c}, - /* Normal playmode */ - {0x08,0x08,0x08,0x08,0x3e,0x1c,0x08}, - /* Repeat playmode */ - {0x38,0x44,0x44,0x4e,0x5f,0x44,0x38}, - /* Shuffle playmode (dice) */ - {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, - /* Down-arrow */ - {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04}, - /* Up-arrow */ - {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, + {0x08,0x1c,0x3e,0x3e,0x3e,0x14,0x14}, /* Power plug */ + {0x00,0x1c,0x1c,0x3e,0x7f,0x00,0x00}, /* Speaker */ + {0x01,0x1e,0x1c,0x3e,0x7f,0x20,0x40}, /* Speaker mute */ + {0x00,0x7f,0x7f,0x3e,0x1c,0x08,0x00}, /* Play */ + {0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f}, /* Stop */ + {0x00,0x7f,0x7f,0x00,0x7f,0x7f,0x00}, /* Pause */ + {0x7f,0x3e,0x1c,0x7f,0x3e,0x1c,0x08}, /* Fast forward */ + {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 */ + {0x08,0x08,0x08,0x08,0x3e,0x1c,0x08}, /* Normal playmode */ + {0x38,0x44,0x44,0x4e,0x5f,0x44,0x38}, /* Repeat 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 */ }; unsigned char rockbox112x37[]={ |