mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
a049fa7c82
commit
cb896cdd04
8 changed files with 113 additions and 30 deletions
|
@ -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
|
||||
|
|
BIN
apps/bitmaps/native/usblogo.fw.128x39x2.bmp
Normal file
BIN
apps/bitmaps/native/usblogo.fw.128x39x2.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue