mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
plugins: Credits: Fix logo sizes
Commit 1930ca8 repurposed the 'Logo' plugin's
logos, whose dimensions are different from those
used by show_logo, which was previously called
to display the logo.
Change-Id: I4d0c5f597dadfdadae244d895518bbcfefebb581
This commit is contained in:
parent
9367ef1ed6
commit
9bd5249445
21 changed files with 54 additions and 8 deletions
|
|
@ -22,3 +22,10 @@ remote_rockboxlogo.91x32x1.bmp
|
|||
#elif (LCD_REMOTE_DEPTH == 2)
|
||||
remote_rockboxlogo.91x32x2.bmp
|
||||
#endif
|
||||
|
||||
*/ Credits logo */
|
||||
#if (LCD_REMOTE_DEPTH == 1)
|
||||
remote_creditslogo.128x42x1.bmp
|
||||
#elif (LCD_REMOTE_DEPTH == 2)
|
||||
remote_creditslogo.128x42x2.bmp
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue