summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-08 10:10:16 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-08 10:10:16 +0000
commitb7638221cd4f247fe00d4ee0f2c7c7ef625b24e2 (patch)
treeac3747446705d9a4ed958b3b741823544cd75dea /apps/recorder
parent08181c7ce6b244d35f8c69206267a0c329d2c20c (diff)
downloadrockbox-b7638221cd4f247fe00d4ee0f2c7c7ef625b24e2.tar.gz
rockbox-b7638221cd4f247fe00d4ee0f2c7c7ef625b24e2.zip
Added new icons for .cfg and .txt files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2522 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/icons.c89
-rw-r--r--apps/recorder/icons.h2
2 files changed, 32 insertions, 59 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] =
45 45
46unsigned char bitmap_icons_6x8[LastIcon][6] = 46unsigned char bitmap_icons_6x8[LastIcon][6] =
47{ 47{
48 /* Box_Filled */ 48 { 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f }, /* Box_Filled */
49 { 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f }, 49 { 0x00, 0x7f, 0x41, 0x41, 0x41, 0x7f }, /* Box_Empty */
50 /* Box_Empty */ 50 { 0x00, 0x3e, 0x7f, 0x63, 0x7f, 0x3e }, /* Slider_Horizontal */
51 { 0x00, 0x7f, 0x41, 0x41, 0x41, 0x7f }, 51 { 0x60, 0x7f, 0x03, 0x63, 0x7f, 0x00 }, /* File */
52 /* Slider_Horizontal */ 52 { 0x7e, 0x41, 0x41, 0x42, 0x7e, 0x00 }, /* Folder */
53 { 0x00, 0x3e, 0x7f, 0x63, 0x7f, 0x3e }, 53 { 0x3e, 0x26, 0x26, 0x24, 0x3c, 0x00 }, /* Directory */
54 /* File */ 54 { 0x55, 0x00, 0x55, 0x55, 0x55, 0x55 }, /* Playlist */
55 { 0x60, 0x7f, 0x03, 0x63, 0x7f, 0x00 }, 55 { 0x39, 0x43, 0x47, 0x71, 0x61, 0x4e }, /* Repeat */
56 /* Folder */ 56 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, /* Selected */
57 { 0x7e, 0x41, 0x41, 0x42, 0x7e, 0x00 }, 57 { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 }, /* Cursor / Marker */
58 /* Directory */ 58 { 0x58, 0x5f, 0x42, 0x50, 0x55, 0x55 }, /* WPS file */
59 { 0x3e, 0x26, 0x26, 0x24, 0x3c, 0x00 }, 59 { 0x63, 0x7f, 0x3a, 0x7f, 0x63, 0x00 }, /* Mod or ajz file */
60 /* Playlist */ 60 { 0x60, 0x70, 0x38, 0x2c, 0x7e, 0x7e }, /* Font file */
61 { 0x55, 0x00, 0x55, 0x55, 0x55, 0x00 }, 61 { 0x3e, 0x2a, 0x3e, 0x2a, 0x2a, 0x3e }, /* Language file */
62 /* Repeat */ 62 { 0x55, 0x55, 0x55, 0x55, 0x55, 0x55 }, /* Text file */
63 { 0x39, 0x43, 0x47, 0x71, 0x61, 0x4e }, 63 { 0x4e, 0x51, 0x51, 0x40, 0x55, 0x55 }, /* Config file */
64 /* Selected */
65 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c },
66 /* Cursor / Marker */
67 { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 },
68 /* WPS file */
69 { 0x58, 0x5f, 0x42, 0x50, 0x55, 0x00 },
70 /* Mod or ajz file */
71 { 0x63, 0x7f, 0x3a, 0x7f, 0x63, 0x00 },
72 /* Font file */
73 { 0x60, 0x70, 0x38, 0x2c, 0x7e, 0x7e },
74 /* Language file */
75 { 0x3e, 0x2a, 0x3e, 0x2a, 0x2a, 0x3e },
76}; 64};
77 65
78unsigned char bitmap_icons_7x8[][7] = 66unsigned char bitmap_icons_7x8[][7] =
79{ 67{
80 /* Power plug */ 68 {0x08,0x1c,0x3e,0x3e,0x3e,0x14,0x14}, /* Power plug */
81 {0x08,0x1c,0x3e,0x3e,0x3e,0x14,0x14}, 69 {0x00,0x1c,0x1c,0x3e,0x7f,0x00,0x00}, /* Speaker */
82 /* Speaker */ 70 {0x01,0x1e,0x1c,0x3e,0x7f,0x20,0x40}, /* Speaker mute */
83 {0x00,0x1c,0x1c,0x3e,0x7f,0x00,0x00}, 71 {0x00,0x7f,0x7f,0x3e,0x1c,0x08,0x00}, /* Play */
84 /* Speaker mute */ 72 {0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f}, /* Stop */
85 {0x01,0x1e,0x1c,0x3e,0x7f,0x20,0x40}, 73 {0x00,0x7f,0x7f,0x00,0x7f,0x7f,0x00}, /* Pause */
86 /* Play */ 74 {0x7f,0x3e,0x1c,0x7f,0x3e,0x1c,0x08}, /* Fast forward */
87 {0x00,0x7f,0x7f,0x3e,0x1c,0x08,0x00}, 75 {0x08,0x1c,0x3e,0x7f,0x1c,0x3e,0x7f}, /* Fast backward */
88 /* Stop */ 76 {0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c}, /* Record */
89 {0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f}, 77 {0x1c,0x3e,0x7f,0x00,0x7f,0x3e,0x1c}, /* Record pause */
90 /* Pause */ 78 {0x08,0x08,0x08,0x08,0x3e,0x1c,0x08}, /* Normal playmode */
91 {0x00,0x7f,0x7f,0x00,0x7f,0x7f,0x00}, 79 {0x38,0x44,0x44,0x4e,0x5f,0x44,0x38}, /* Repeat playmode */
92 /* Fast forward */ 80 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */
93 {0x7f,0x3e,0x1c,0x7f,0x3e,0x1c,0x08}, 81 {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04}, /* Down-arrow */
94 /* Fast backward */ 82 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */
95 {0x08,0x1c,0x3e,0x7f,0x1c,0x3e,0x7f},
96 /* Record */
97 {0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c},
98 /* Record pause */
99 {0x1c,0x3e,0x7f,0x00,0x7f,0x3e,0x1c},
100 /* Normal playmode */
101 {0x08,0x08,0x08,0x08,0x3e,0x1c,0x08},
102 /* Repeat playmode */
103 {0x38,0x44,0x44,0x4e,0x5f,0x44,0x38},
104 /* Shuffle playmode (dice) */
105 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e},
106 /* Down-arrow */
107 {0x04,0x0c,0x1c,0x3c,0x1c,0x0c,0x04},
108 /* Up-arrow */
109 {0x20,0x30,0x38,0x3c,0x38,0x30,0x20},
110}; 83};
111 84
112unsigned char rockbox112x37[]={ 85unsigned char rockbox112x37[]={
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 13bc9274ff..68688e4de7 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -28,7 +28,7 @@ enum icons_6x8 {
28 Box_Filled, Box_Empty, Slider_Horizontal, File, 28 Box_Filled, Box_Empty, Slider_Horizontal, File,
29 Folder, Directory, Playlist, Repeat, 29 Folder, Directory, Playlist, Repeat,
30 Selected, Cursor, Wps, Mod_Ajz, 30 Selected, Cursor, Wps, Mod_Ajz,
31 Font, Language, 31 Font, Language, Text, Config,
32 LastIcon 32 LastIcon
33}; 33};
34 34