summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r--apps/recorder/icons.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index b4310aa90a..c68b281852 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -44,6 +44,12 @@ enum icons_5x8 {
44 Icon5x8Last 44 Icon5x8Last
45}; 45};
46 46
47enum icons_7x7 {
48 Icon_Timer,
49 Icon_Blank,
50 Icon7x7Last
51};
52
47enum icons_6x8 { 53enum icons_6x8 {
48 Icon_Audio, 54 Icon_Audio,
49 Icon_Folder, 55 Icon_Folder,
@@ -117,6 +123,7 @@ enum icons_18x8 {
117#endif 123#endif
118 124
119extern const unsigned char bitmap_icons_5x8[Icon5x8Last][5]; 125extern const unsigned char bitmap_icons_5x8[Icon5x8Last][5];
126extern const unsigned char bitmap_icons_7x7[Icon7x7Last][7];
120extern const unsigned char bitmap_icons_6x8[Icon6x8Last][6]; 127extern const unsigned char bitmap_icons_6x8[Icon6x8Last][6];
121extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7]; 128extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7];
122#if CONFIG_CODEC == SWCODEC 129#if CONFIG_CODEC == SWCODEC