summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 19d6f0d1dd..af1c417fd6 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -147,7 +147,13 @@ static const unsigned char bmpheader[] =
147 0x00, 0x00, 0x00, 0x04, 147 0x00, 0x00, 0x00, 0x04,
148#endif 148#endif
149 0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0x00, 0x00, 149 0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0x00, 0x00,
150 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x90, 0xee, 0x90, 0x00, 0x00, 0x00, 150 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
151#ifdef IRIVER_H100
152 0xe6, 0xd8, 0xad,
153#else
154 0x90, 0xee, 0x90,
155#endif
156 0x00, 0x00, 0x00,
151 0x00, 0x00 157 0x00, 0x00
152}; 158};
153 159