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.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 03a88c9fdc..cc53716674 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -40,10 +40,6 @@ const unsigned char bitmap_icons_5x8[][5] =
40 {0x7f, 0x22, 0x1c, 0x22, 0x7f}, /* Stereo recording */ 40 {0x7f, 0x22, 0x1c, 0x22, 0x7f}, /* Stereo recording */
41 [Icon_Mono] = 41 [Icon_Mono] =
42 {0x00, 0x1c, 0x22, 0x7f, 0x00}, /* Mono recording */ 42 {0x00, 0x1c, 0x22, 0x7f, 0x00}, /* Mono recording */
43#if CONFIG_CODEC != SWCODEC
44 [Icon_q] =
45 {0x1e, 0x21, 0x31, 0x21, 0x5e} /* Q icon */
46#endif
47}; 43};
48 44
49const unsigned char bitmap_icons_7x8[][7] = 45const unsigned char bitmap_icons_7x8[][7] =
@@ -68,7 +64,7 @@ const unsigned char bitmap_icons_7x8[][7] =
68 {0x7f,0x04,0x4e,0x5f,0x44,0x38,0x7f} /* Repeat-AB playmode */ 64 {0x7f,0x04,0x4e,0x5f,0x44,0x38,0x7f} /* Repeat-AB playmode */
69}; 65};
70 66
71#if CONFIG_CODEC == SWCODEC && defined(HAVE_RECORDING) 67#if defined(HAVE_RECORDING)
72const unsigned char bitmap_glyphs_4x8[][4] = 68const unsigned char bitmap_glyphs_4x8[][4] =
73{ 69{
74 /* Keep digits together and first! */ 70 /* Keep digits together and first! */
@@ -116,7 +112,7 @@ const unsigned char bitmap_formats_18x8[Format_18x8Last][18]=
116 {0x00, 0x1e, 0x20, 0x18, 0x20, 0x1e, 0x00, 0x3c, 0x0a, 112 {0x00, 0x1e, 0x20, 0x18, 0x20, 0x1e, 0x00, 0x3c, 0x0a,
117 0x0a, 0x0a, 0x3c, 0x00, 0x0e, 0x10, 0x20, 0x10, 0x0e}, /* WAV */ 113 0x0a, 0x0a, 0x3c, 0x00, 0x0e, 0x10, 0x20, 0x10, 0x0e}, /* WAV */
118}; 114};
119#endif /* CONFIG_CODEC == SWCODEC && defined(HAVE_RECORDING) */ 115#endif /* defined(HAVE_RECORDING) */
120 116
121/* Disk/MMC activity */ 117/* Disk/MMC activity */
122const unsigned char bitmap_icon_disk[12] = 118const unsigned char bitmap_icon_disk[12] =