apps/bitmaps: Replace pseudo-native default icons with mono ones.

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
This commit is contained in:
Thomas Martitz 2013-12-28 14:50:22 +01:00
parent a17a7038c2
commit dd7b141736
9 changed files with 8 additions and 11 deletions

View File

@ -1,3 +1,7 @@
#ifdef HAVE_LCD_BITMAP
default_icons.bmp
#endif
#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
osx_dummy.bmp
#endif

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -64,15 +64,6 @@ usblogo.104x27x1.bmp
#endif
#endif
/* List Icons */
#if LCD_DEPTH == 16
default_icons.6x8x16.bmp
#elif LCD_DEPTH > 1 /* greyscale */
default_icons.6x8x2.bmp
#else
default_icons.6x8x1.bmp
#endif
#endif /* BOOTLOADER */
#endif /* HAVE_LCD_BITMAP */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -1,3 +1,7 @@
#ifdef HAVE_LCD_BITMAP
remote_default_icons.bmp
#endif
#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
osx_remote_dummy.bmp
#endif

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -5,11 +5,9 @@
#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 */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB