mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Adapted and commited Markus Kaufhold's remote hold icon on statusbar patch for iriver ; generic logo handler (now it's possible to have a different USB logo on main screen and on remote), made the quickscreen behave as it was before
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8044 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fd02642ee0
commit
f57d0220dd
14 changed files with 244 additions and 112 deletions
|
|
@ -30,11 +30,11 @@
|
|||
|
||||
const unsigned char bitmap_icons_5x8[][5] =
|
||||
{
|
||||
/* Lock */
|
||||
{0x78,0x7f,0x49,0x7f,0x78}
|
||||
[Icon_Lock_Main] ={0x78,0x7f,0x49,0x7f,0x78}, /* Lock Main */
|
||||
[Icon_Lock_Remote]={0x78,0x7f,0x49,0x7f,0x78} /* Lock Remote */
|
||||
};
|
||||
|
||||
const unsigned char bitmap_icons_6x8[LastIcon][6] =
|
||||
const unsigned char bitmap_icons_6x8[][6] =
|
||||
{
|
||||
{ 0x60, 0x7f, 0x03, 0x33, 0x3f, 0x00 }, /* Musical note */
|
||||
{ 0x7e, 0x41, 0x41, 0x42, 0x7e, 0x00 }, /* Folder */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue