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