summaryrefslogtreecommitdiffstats
path: root/apps/bitmaps/mono
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-12-28 14:50:22 +0100
committerThomas Martitz <kugel@rockbox.org>2014-01-05 19:35:23 +0100
commitdd7b14173647c6e3326d705e5c4d802a35711030 (patch)
tree63c0d8ccf453094b76ba03d0e99e35c7e1ad4e99 /apps/bitmaps/mono
parenta17a7038c265d3bd6b5399f77c4caa4edfc67df7 (diff)
downloadrockbox-dd7b14173647c6e3326d705e5c4d802a35711030.tar.gz
rockbox-dd7b14173647c6e3326d705e5c4d802a35711030.zip
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
Diffstat (limited to 'apps/bitmaps/mono')
-rw-r--r--apps/bitmaps/mono/SOURCES4
-rw-r--r--apps/bitmaps/mono/default_icons.bmpbin0 -> 5174 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/bitmaps/mono/SOURCES b/apps/bitmaps/mono/SOURCES
index 2dccf2ad4f..c0f72c023a 100644
--- a/apps/bitmaps/mono/SOURCES
+++ b/apps/bitmaps/mono/SOURCES
@@ -1,3 +1,7 @@
+#ifdef HAVE_LCD_BITMAP
+default_icons.bmp
+#endif
+
#if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
osx_dummy.bmp
#endif
diff --git a/apps/bitmaps/mono/default_icons.bmp b/apps/bitmaps/mono/default_icons.bmp
new file mode 100644
index 0000000000..857b1e1d7b
--- /dev/null
+++ b/apps/bitmaps/mono/default_icons.bmp
Binary files differ