A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita
audio
rust
zig
deno
mpris
rockbox
mpd
1/* Bubbles */
2#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
3bubbles_bubble.112x64x1.bmp
4#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64)
5bubbles_bubble.128x64x1.bmp
6#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80) || (LCD_WIDTH == 96 && LCD_HEIGHT == 96)
7bubbles_bubble.132x80x16.bmp
8#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96)
9bubbles_bubble.128x96x1.bmp
10#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
11 ((LCD_WIDTH == 128) && (LCD_HEIGHT == 128)) || \
12 ((LCD_WIDTH == 128) && (LCD_HEIGHT == 160))
13bubbles_bubble.160x128x1.bmp
14#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
15bubbles_bubble.160x128x1.bmp
16#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
17bubbles_bubble.138x110x1.bmp
18#elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \
19 ((LCD_WIDTH == 176) && (LCD_HEIGHT == 220))
20bubbles_bubble.220x176x1.bmp
21#elif ((LCD_WIDTH == 240) && (LCD_HEIGHT == 240)) || \
22 ((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \
23 ((LCD_WIDTH == 240) && (LCD_HEIGHT >= 320)) || \
24 ((LCD_WIDTH == 360) && (LCD_HEIGHT == 400))
25bubbles_bubble.320x240x1.bmp
26#elif ((LCD_WIDTH == 640) && (LCD_HEIGHT == 480)) || \
27 ((LCD_WIDTH == 480) && (LCD_HEIGHT == 640))
28bubbles_bubble.640x480x1.bmp
29#endif
30
31/* Flip it */
32#ifndef HAVE_LCD_COLOR
33#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122
34flipit_cursor.28x28x1.bmp
35#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
36flipit_cursor.25x25x1.bmp
37#elif LCD_WIDTH >= 105 && LCD_HEIGHT >= 96
38flipit_cursor.21x21x1.bmp
39#elif LCD_WIDTH >= 80 && LCD_HEIGHT >= 62
40flipit_cursor.16x13x1.bmp
41#endif
42#endif
43
44/* Invadrox, not on monochrome targets yet */
45#if LCD_DEPTH > 1
46#if LCD_WIDTH >= 220
47invadrox_fire.8x8x1.bmp
48#elif LCD_WIDTH >= 160
49invadrox_fire.6x6x1.bmp
50#endif
51#endif
52
53/* MPEGplayer */
54mpegplayer_status_icons_8x8x1.bmp
55mpegplayer_status_icons_12x12x1.bmp
56mpegplayer_status_icons_16x16x1.bmp
57
58#if LCD_WIDTH == 160 && LCD_HEIGHT == 128 && LCD_DEPTH < 16
59superdom_boarditems.160x128x1.bmp
60#endif
61
62#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
63osx.dummy.bmp
64#endif