rockbox/apps/plugins/bitmaps/remote_native/SOURCES
Christian Soffke 9bd5249445 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
2023-01-05 23:45:41 -05:00

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