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_mono/SOURCES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/bitmaps/remote_mono/SOURCES') diff --git a/apps/bitmaps/remote_mono/SOURCES b/apps/bitmaps/remote_mono/SOURCES index 75f641fd95..41d85fccff 100644 --- a/apps/bitmaps/remote_mono/SOURCES +++ b/apps/bitmaps/remote_mono/SOURCES @@ -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 -- cgit v1.2.3