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.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 30f0cc1f58..3b4947aca7 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -16,6 +16,9 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#ifndef _ICONS_H_
20#define _ICONS_H_
21
19#include <lcd.h> 22#include <lcd.h>
20 23
21/* 24/*
@@ -28,9 +31,8 @@ enum icons_6x8 {
28 Box_Filled, Box_Empty, Slider_Horizontal, File, 31 Box_Filled, Box_Empty, Slider_Horizontal, File,
29 Folder, Directory, Playlist, Repeat, 32 Folder, Directory, Playlist, Repeat,
30 Selected, Cursor, Wps, Mod_Ajz, 33 Selected, Cursor, Wps, Mod_Ajz,
31 Font, Language, Text, Config, 34 Font, Language, Config, Plugin,
32 Plugin, Flashfile, Chip8, Video, 35 Bookmark,
33 Bookmark, Jpeg,
34 LastIcon 36 LastIcon
35}; 37};
36 38
@@ -97,3 +99,5 @@ extern void statusbar_icon_lock(void);
97extern void statusbar_time(int hour, int minute); 99extern void statusbar_time(int hour, int minute);
98#endif 100#endif
99#endif /* End HAVE_LCD_BITMAP */ 101#endif /* End HAVE_LCD_BITMAP */
102
103#endif /* _ICONS_H_ */