blob: 02d1b542b21935e34896b961d52dab38f6221325 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifdef HAVE_REMOTE_LCD
#ifndef BOOTLOADER /* We don't need these for the bootloader */
#if (LCD_REMOTE_DEPTH == 1)
remote_rockboxlogo.128x42x1.bmp
remote_usblogo.104x27x1.bmp
remote_default_icons.6x8x1.bmp
#elif (LCD_REMOTE_DEPTH == 2)
remote_rockboxlogo.128x42x2.bmp
remote_usblogo.104x27x2.bmp
remote_default_icons.6x8x2.bmp
#endif
#endif /* BOOTLOADER */
#endif /* HAVE_REMOTE_LCD */
|