mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
31 lines
669 B
Text
31 lines
669 B
Text
#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
|
|
osx.dummy.bmp
|
|
#endif
|
|
|
|
/* Jackpot */
|
|
jackpot_slots_remote.15x210x1.bmp
|
|
|
|
clock_logo_remote.112x64x1.bmp
|
|
clock_messages_remote.112x64x1.bmp
|
|
|
|
clock_binary_remote.112x64x1.bmp
|
|
|
|
clock_digits_remote.112x64x1.bmp
|
|
clock_smalldigits_remote.112x64x1.bmp
|
|
|
|
clock_segments_remote.112x64x1.bmp
|
|
clock_smallsegments_remote.112x64x1.bmp
|
|
|
|
/* Logo */
|
|
#if (LCD_REMOTE_DEPTH == 1)
|
|
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
|