summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-07 07:47:32 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-07 07:47:32 +0000
commit81f0b58e46a706ca934b6cfda892a5dfebe57a79 (patch)
treeaf4c0976875bda992d6dc318712171b733ea1721
parentd073326b6b16698efc8e897269826449cfc40699 (diff)
downloadrockbox-81f0b58e46a706ca934b6cfda892a5dfebe57a79.tar.gz
rockbox-81f0b58e46a706ca934b6cfda892a5dfebe57a79.zip
Changed the screenshot color map
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4844 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index b92d8aefb8..535cd81814 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -112,7 +112,7 @@ static unsigned char bmpheader[] =
112 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x40, 0x00, 112 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x40, 0x00,
113 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 113 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04,
114 0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0x00, 0x00, 114 0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0x00, 0x00,
115 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xd0, 0x80, 0x00, 0x00, 0x00, 115 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x90, 0xee, 0x90, 0x00, 0x00, 0x00,
116 0x00, 0x00 116 0x00, 0x00
117}; 117};
118 118