mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
IRiver: show logo on startup at remote lcd
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6302 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8c0c53e74f
commit
21aa3b135d
4 changed files with 13 additions and 4 deletions
|
|
@ -80,8 +80,8 @@ const unsigned char bitmap_icon_disk[12] =
|
|||
{0x15,0x3f,0x7d,0x7B,0x77,0x67,0x79,0x7b,0x57,0x4f,0x47,0x7f};
|
||||
#endif
|
||||
|
||||
#if LCD_WIDTH == 112 || LCD_WIDTH == 128
|
||||
/* Archos Jukebox/ Ondio + Gmini LCD width */
|
||||
#if LCD_WIDTH == 112 || LCD_WIDTH == 128 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_WIDTH == 134)
|
||||
/* Archos Jukebox/ Ondio + Gmini LCD width / remote lcd of iriver*/
|
||||
|
||||
const unsigned char rockbox112x37[]={
|
||||
0x00, 0x00, 0x02, 0xff, 0x02, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa, 0xfa,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue