Change the colour of screendumps to blue on irivers.
Patch from rasher. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6140 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
75640f45eb
commit
fd01ca38f6
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue