Rockbox logo adjusted to the correct iriver remote LCD size, and rockbox logo for the upcoming X5 remote LCD driver, by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10334 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b0df6a2119
commit
a048346fa7
5 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
#ifdef HAVE_REMOTE_LCD
|
||||
remote_rockboxlogo.112x37x1.bmp
|
||||
|
||||
#if (LCD_REMOTE_DEPTH == 1)
|
||||
remote_rockboxlogo.128x42x1.bmp
|
||||
#elif (LCD_REMOTE_DEPTH == 2)
|
||||
remote_rockboxlogo.128x42x2.bmp
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_REMOTE_LCD */
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 654 B |
BIN
apps/bitmaps/remote_native/remote_rockboxlogo.128x42x1.bmp
Executable file
BIN
apps/bitmaps/remote_native/remote_rockboxlogo.128x42x1.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 736 B |
BIN
apps/bitmaps/remote_native/remote_rockboxlogo.128x42x2.bmp
Executable file
BIN
apps/bitmaps/remote_native/remote_rockboxlogo.128x42x2.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
|
@ -613,7 +613,7 @@ int show_logo( void )
|
|||
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
lcd_remote_clear_display();
|
||||
lcd_remote_bitmap(remote_rockboxlogo,10,14,BMPWIDTH_remote_rockboxlogo,
|
||||
lcd_remote_bitmap(remote_rockboxlogo, 0, 10, BMPWIDTH_remote_rockboxlogo,
|
||||
BMPHEIGHT_remote_rockboxlogo);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue