diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2013-12-28 14:50:22 +0100 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2014-01-05 19:35:23 +0100 |
| commit | dd7b14173647c6e3326d705e5c4d802a35711030 (patch) | |
| tree | 63c0d8ccf453094b76ba03d0e99e35c7e1ad4e99 /apps/bitmaps/native | |
| parent | a17a7038c265d3bd6b5399f77c4caa4edfc67df7 (diff) | |
| download | rockbox-dd7b14173647c6e3326d705e5c4d802a35711030.zip rockbox-dd7b14173647c6e3326d705e5c4d802a35711030.tar.gz rockbox-dd7b14173647c6e3326d705e5c4d802a35711030.tar.bz2 rockbox-dd7b14173647c6e3326d705e5c4d802a35711030.tar.xz | |
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/native')
| -rw-r--r-- | apps/bitmaps/native/SOURCES | 9 | ||||
| -rw-r--r-- | apps/bitmaps/native/default_icons.6x8x1.bmp | bin | 5174 -> 0 bytes | |||
| -rw-r--r-- | apps/bitmaps/native/default_icons.6x8x16.bmp | bin | 5174 -> 0 bytes | |||
| -rw-r--r-- | apps/bitmaps/native/default_icons.6x8x2.bmp | bin | 5174 -> 0 bytes |
4 files changed, 0 insertions, 9 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index d910dd5..9479f3e 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 */ diff --git a/apps/bitmaps/native/default_icons.6x8x1.bmp b/apps/bitmaps/native/default_icons.6x8x1.bmp Binary files differdeleted file mode 100644 index 857b1e1..0000000 --- a/apps/bitmaps/native/default_icons.6x8x1.bmp +++ /dev/null diff --git a/apps/bitmaps/native/default_icons.6x8x16.bmp b/apps/bitmaps/native/default_icons.6x8x16.bmp Binary files differdeleted file mode 100644 index dad29b2..0000000 --- a/apps/bitmaps/native/default_icons.6x8x16.bmp +++ /dev/null diff --git a/apps/bitmaps/native/default_icons.6x8x2.bmp b/apps/bitmaps/native/default_icons.6x8x2.bmp Binary files differdeleted file mode 100644 index 857b1e1..0000000 --- a/apps/bitmaps/native/default_icons.6x8x2.bmp +++ /dev/null |