From dd7b14173647c6e3326d705e5c4d802a35711030 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 28 Dec 2013 14:50:22 +0100 Subject: 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 --- apps/bitmaps/remote_native/SOURCES | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/bitmaps/remote_native/SOURCES') diff --git a/apps/bitmaps/remote_native/SOURCES b/apps/bitmaps/remote_native/SOURCES index 02d1b542b2..6350c4eba1 100644 --- a/apps/bitmaps/remote_native/SOURCES +++ b/apps/bitmaps/remote_native/SOURCES @@ -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 */ -- cgit v1.2.3