summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-04-16 09:14:36 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-04-16 09:14:36 +0000
commit6a5cc0bd25bd468c79e453fa49f353edd824141a (patch)
tree8b406e8390550ff8b87eae3214309867574657f0 /apps/recorder/icons.c
parent7afe2e86931313653d4dedb6d5167c79c2822aba (diff)
downloadrockbox-6a5cc0bd25bd468c79e453fa49f353edd824141a.tar.gz
rockbox-6a5cc0bd25bd468c79e453fa49f353edd824141a.zip
Customizable icons for all bitmap targets. (FS#7013)
http://www.rockbox.org/twiki/bin/view/Main/CustomIcons for info on format and how to load them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13177 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c38
1 files changed, 0 insertions, 38 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index ccb42d5919..007cd07b7d 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -44,44 +44,6 @@ const unsigned char bitmap_icons_5x8[][5] =
44#endif 44#endif
45}; 45};
46 46
47const unsigned char bitmap_icons_6x8[][6] =
48{
49 { 0x60, 0x7f, 0x03, 0x33, 0x3f, 0x00 }, /* Musical note */
50 { 0x7e, 0x41, 0x41, 0x42, 0x7e, 0x00 }, /* Folder */
51 { 0x55, 0x00, 0x55, 0x55, 0x55, 0x55 }, /* Playlist */
52 { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 }, /* Cursor / Marker */
53 { 0x58, 0x5f, 0x42, 0x50, 0x55, 0x55 }, /* WPS file */
54 { 0x63, 0x7f, 0x3a, 0x7f, 0x63, 0x00 }, /* Mod or ajz file */
55 { 0x60, 0x70, 0x38, 0x2c, 0x7e, 0x7e }, /* Font file */
56 { 0x3e, 0x2a, 0x3e, 0x2a, 0x2a, 0x3e }, /* Language file */
57 { 0x4e, 0x51, 0x51, 0x40, 0x55, 0x55 }, /* Config file */
58 { 0x0a, 0x0a, 0x5f, 0x4e, 0x24, 0x18 }, /* Plugin file */
59 { 0x7f, 0x41, 0x4f, 0x4a, 0x4c, 0x78 }, /* Bookmark file */
60 { 0x5f, 0x45, 0x5b, 0x40, 0x55, 0x55 }, /* Preset file */
61 { 0x77, 0x55, 0x55, 0x55, 0x55, 0x77 }, /* Queued Item */
62 { 0x3e, 0x41, 0x3e, 0x1c, 0x1c, 0x08 }, /* Moving Item */
63 { 0x7f, 0x7f, 0x1c, 0x3e, 0x77, 0x63 }, /* Keyboard file */
64 { 0x00, 0x00, 0x00, 0x08, 0x1c, 0x3e }, /* Reverse Cursor / Marker */
65 { 0x06, 0x03, 0x5b, 0x5b, 0x0f, 0x06 }, /* question mark */
66 { 0x00, 0x18, 0x24, 0x24, 0x18, 0x00 }, /* Menu Settings */
67 { 0x00, 0x18, 0x3c, 0x3c, 0x18, 0x00 }, /* function call from the menu */
68 { 0x18, 0x18, 0x7e, 0x7e, 0x18, 0x18 }, /* sub menu */
69 { 0x01, 0x55, 0x01, 0x55, 0x54, 0x54 }, /* in submenu */
70 { 0x1c, 0x3e, 0x7f, 0x7f, 0x3e, 0x1c }, /* Recording menu */
71 { 0x1c, 0x1c, 0x22, 0x41, 0x7f, 0x00 }, /* voice menu */
72 { 0x06, 0x0f, 0x78, 0x78, 0x0f, 0x06 }, /* general settings menu */
73 { 0x1e, 0x22, 0x49, 0x49, 0x22, 0x1e }, /* system menu */
74 { 0x7f, 0x7f, 0x3e, 0x1c, 0x08, 0x00 }, /* playback menu */
75 { 0x1f, 0x51, 0x71, 0x71, 0x51, 0x1f }, /* display menu */
76 { 0x1e, 0x32, 0x32, 0x32, 0x1e, 0x00 }, /* remote display menu */
77#if CONFIG_TUNER
78 { 0x03, 0x05, 0x7f, 0x05, 0x03, 0x00 }, /* radio */
79#endif
80 { 0x1f, 0x11, 0x7d, 0x46, 0x44, 0x78 }, /* File View Menu */
81 { 0x06, 0x7f, 0x06, 0x18, 0x7f, 0x18 }, /* EQ menu */
82 { 0x20, 0x70, 0x70, 0x3f, 0x0a, 0x0a }, /* "rockbox" musical note */
83};
84
85const unsigned char bitmap_icons_7x8[][7] = 47const unsigned char bitmap_icons_7x8[][7] =
86{ 48{
87 {0x08,0x1c,0x3e,0x3e,0x3e,0x14,0x14}, /* Power plug */ 49 {0x08,0x1c,0x3e,0x3e,0x3e,0x14,0x14}, /* Power plug */