1
0
Fork 0
forked from len0rd/rockbox

preparation for the JPEG viewer

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4610 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-05-12 13:41:12 +00:00
parent 9b50389083
commit 2a3aab675a
4 changed files with 9 additions and 1 deletions

View file

@ -69,6 +69,7 @@ unsigned char bitmap_icons_6x8[LastIcon][6] =
{ 0x70, 0x70, 0x7f, 0x7f, 0x70, 0x70 }, /* Chip8 game: joystick */
{ 0x5d, 0x7f, 0x5d, 0x7f, 0x5d, 0x7f }, /* Video file: film strip */
{ 0xff, 0x81, 0xaf, 0xaa, 0x8c, 0xf8 }, /* Bookmark file */
{ 0x18, 0x24, 0x3c, 0x3c, 0x24, 0x18 }, /* JPEG: eye */
};
unsigned char bitmap_icons_7x8[][7] =