dd7b141736
The old icons looked exactly like the mono version, and all >1 bpp drivers support rendering mono bitmaps. Therefore a mono bitmap can be used which requires less ram. This affects only the builtin icons, not the ones used by cabbiev2. Change-Id: I3b02b5b04fe8b4bcc69e83310871254d336b648a
15 lines
330 B
Text
15 lines
330 B
Text
#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
|
|
#elif (LCD_REMOTE_DEPTH == 2)
|
|
remote_rockboxlogo.128x42x2.bmp
|
|
remote_usblogo.104x27x2.bmp
|
|
#endif
|
|
|
|
#endif /* BOOTLOADER */
|
|
|
|
#endif /* HAVE_REMOTE_LCD */
|