summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
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 */