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/native/SOURCES | 9 --------- 1 file changed, 9 deletions(-) (limited to 'apps/bitmaps/native/SOURCES') diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index d910dd5c06..9479f3e933 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -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 */ -- cgit v1.2.3