diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2007-04-17 20:12:21 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2007-04-17 20:12:21 +0000 |
commit | 8f8510ed5a8b511239b5e98a8699711fa30467d0 (patch) | |
tree | 2de3a0ab8021ab244206df65595b83eab2a3b73d /apps/bitmaps | |
parent | 5e6e7c5ce58df9fa932a535b208f850a1b0b7974 (diff) |
Since the greyscale remote deserved an own iconset the greyscale main screens should have one too. (They also had their own viewer icons already.)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13197 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bitmaps')
-rw-r--r-- | apps/bitmaps/native/SOURCES | 2 | ||||
-rwxr-xr-x | apps/bitmaps/native/default_icons.6x8x2.bmp | bin | 0 -> 5174 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index 51e92c9c5b..62deb0afac 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -43,6 +43,8 @@ usblogo.104x27x1.bmp /* 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 diff --git a/apps/bitmaps/native/default_icons.6x8x2.bmp b/apps/bitmaps/native/default_icons.6x8x2.bmp Binary files differnew file mode 100755 index 0000000000..857b1e1d7b --- /dev/null +++ b/apps/bitmaps/native/default_icons.6x8x2.bmp |