forked from len0rd/rockbox
nicer cursor and a folder bitmap that is horizontally aligned with the file
one git-svn-id: svn://svn.rockbox.org/rockbox/trunk@994 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bf603f98cb
commit
c72061ea0b
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ unsigned char bitmap_icons_6x8[LastIcon][6] =
|
|||
/* File */
|
||||
{ 0x60, 0x7f, 0x03, 0x63, 0x7f, 0x00 },
|
||||
/* Folder */
|
||||
{ 0x00, 0x7e, 0x41, 0x41, 0x42, 0x7e },
|
||||
{ 0x7e, 0x41, 0x41, 0x42, 0x7e, 0x00 },
|
||||
/* Directory */
|
||||
{ 0x3e, 0x26, 0x26, 0x24, 0x3c, 0x00 },
|
||||
/* Playlist */
|
||||
|
@ -45,7 +45,7 @@ unsigned char bitmap_icons_6x8[LastIcon][6] =
|
|||
/* Selector */
|
||||
{ 0x00, 0x7f, 0x3e, 0x1c, 0x08, 0x00 },
|
||||
/* Cursor / Marker */
|
||||
{ 0x7e, 0x7e, 0x7e, 0x3c, 0x3c, 0x18 },
|
||||
{ 0x7f, 0x3e, 0x1c, 0x08, 0x00, 0x00 },
|
||||
};
|
||||
|
||||
unsigned char rockbox112x37[]={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue