diff options
author | Jens Arnold <amiconn@rockbox.org> | 2007-08-01 22:44:02 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2007-08-01 22:44:02 +0000 |
commit | cb896cdd04ae04cbf9cb59990c920e579ea6887a (patch) | |
tree | 27fa4213a221e5b3827321d25d1c8c0d8dd06419 /apps/bitmaps | |
parent | a049fa7c82cf155314c7e141f72ac8f8a7cf92fb (diff) |
Firewire detection with reboot into diskmode for all iPods that support it (all but Nano and Video). * Hack for compiling iPod G3 removed. * Code cleanup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14131 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bitmaps')
-rw-r--r-- | apps/bitmaps/native/SOURCES | 4 | ||||
-rw-r--r-- | apps/bitmaps/native/usblogo.fw.128x39x2.bmp | bin | 0 -> 5062 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index 62deb0afac..094b2d61b1 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -31,7 +31,11 @@ usblogo.176x48x16.bmp usblogo.128x37x16.bmp #endif #elif LCD_DEPTH > 1 /* greyscale */ +#ifdef IPOD_1G2G /* use firewire logo */ +usblogo.fw.128x39x2.bmp +#else usblogo.128x33x2.bmp +#endif #else /* monochrome */ #if LCD_WIDTH == 112 usblogo.100x20x1.bmp diff --git a/apps/bitmaps/native/usblogo.fw.128x39x2.bmp b/apps/bitmaps/native/usblogo.fw.128x39x2.bmp Binary files differnew file mode 100644 index 0000000000..bdf7af52b7 --- /dev/null +++ b/apps/bitmaps/native/usblogo.fw.128x39x2.bmp |