blob: b3cc2157ff79408c0c2cc1ac739990a50e633d9f (
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
|
#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
|