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
This commit is contained in:
Marianne Arnold 2007-04-17 20:12:21 +00:00
parent 5e6e7c5ce5
commit 8f8510ed5a
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,8 @@ usblogo.104x27x1.bmp
/* List Icons */ /* List Icons */
#if LCD_DEPTH == 16 #if LCD_DEPTH == 16
default_icons.6x8x16.bmp default_icons.6x8x16.bmp
#elif LCD_DEPTH > 1 /* greyscale */
default_icons.6x8x2.bmp
#else #else
default_icons.6x8x1.bmp default_icons.6x8x1.bmp
#endif #endif

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB