blob: 78cfd782128ef17975c3b7d2f7e3f82a69f8292d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
#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
|