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:
Christian Soffke 2023-01-01 07:48:42 +01:00
parent 9367ef1ed6
commit 9bd5249445
21 changed files with 54 additions and 8 deletions

View file

@ -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