summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2006-09-12 20:32:06 +0000
committerMagnus Holmgren <magnushol@gmail.com>2006-09-12 20:32:06 +0000
commit1ecdbcced294df72f63cd00574c7f96bd987c232 (patch)
treed269c2715a8d77c0f0bd85a5156ea2be44fa77cf /apps/recorder/icons.c
parent98f78870f8d25cf235b60ec8ad7960704839e223 (diff)
downloadrockbox-1ecdbcced294df72f63cd00574c7f96bd987c232.tar.gz
rockbox-1ecdbcced294df72f63cd00574c7f96bd987c232.zip
Save a few bytes on hwcodec targets...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10937 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 80021b165e..711df633f4 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -77,6 +77,7 @@ const unsigned char bitmap_icons_7x8[][7] =
77 {0x7f,0x04,0x4e,0x5f,0x44,0x38,0x7f} /* Repeat-AB playmode */ 77 {0x7f,0x04,0x4e,0x5f,0x44,0x38,0x7f} /* Repeat-AB playmode */
78}; 78};
79 79
80#if CONFIG_CODEC == SWCODEC
80const unsigned char bitmap_icons_18x8[][18] = 81const unsigned char bitmap_icons_18x8[][18] =
81{ 82{
82 {0x00, 0x00, 0x00, 0x00,0x3e, 0x04, 0x08, 0x04, 0x3e, 0x00, 0x3e, 0x2a, 83 {0x00, 0x00, 0x00, 0x00,0x3e, 0x04, 0x08, 0x04, 0x3e, 0x00, 0x3e, 0x2a,
@@ -99,7 +100,6 @@ const unsigned char bitmap_icons_18x8[][18] =
99 0x00, 0x1e, 0x20, 0x18, 0x06, 0x00} /* wav */ 100 0x00, 0x1e, 0x20, 0x18, 0x06, 0x00} /* wav */
100}; 101};
101 102
102#if CONFIG_CODEC == SWCODEC
103const unsigned char bitmap_icons_12x8[][12] = 103const unsigned char bitmap_icons_12x8[][12] =
104{ 104{
105 {0x00, 0x00, 0x00, 0x00, 0x3e, 0x2a, 0x3e, 0x00, 0x3e, 0x10, 0x28, 0x00}, /* 8khz */ 105 {0x00, 0x00, 0x00, 0x00, 0x3e, 0x2a, 0x3e, 0x00, 0x3e, 0x10, 0x28, 0x00}, /* 8khz */