rockbox/firmware/target/arm/ipod
Torne Wuff 2960052d28 Increaase default ipod 3g contrast, to a value between the last two.
It seems there is some significant variance between different greyscale ipods of the same model, so it's unlikely that *any* value will be great for everyone. I'm hoping that this is just high enough that the lightest screens aren't totally blank, but not dark enough that the darkest screens are entirely unreadably black ;)

This rather unsatisfactory compromise is to help us get a new bootloader release out (since bootloaders can't have their contrast adjusted) - a real fix would be to detect the LCD type, which the OF appears to be able to do (maybe).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26208 a1c6a512-1295-4272-9138-f99709370657
2010-05-20 18:58:33 +00:00
..
1g2g Ensure consistency between header file and implementation for iPod drivers, by #including the appropriate header file and #ifdef'fing out unused code 2008-07-16 11:02:14 +00:00
3g Ensure consistency between header file and implementation for iPod drivers, by #including the appropriate header file and #ifdef'fing out unused code 2008-07-16 11:02:14 +00:00
video No need to use alternating registers for dual register read/write sequence. Correct comment. 2010-05-10 20:35:57 +00:00
adc-ipod-pcf.c FS#9728: Battery current measuring on the Video iPod 2009-11-03 20:35:04 +00:00
adc-target.h FS#9728: Battery current measuring on the Video iPod 2009-11-03 20:35:04 +00:00
app.lds Fix remaining reds. I forgot to change the app.lds of the other PP targets (it's the same file as for e200/c200 though). 2010-03-03 23:48:51 +00:00
backlight-4g_color.c Ensure consistency between header file and implementation for iPod drivers, by #including the appropriate header file and #ifdef'fing out unused code 2008-07-16 11:02:14 +00:00
backlight-mini1g_mini2g.c Ensure consistency between header file and implementation for iPod drivers, by #including the appropriate header file and #ifdef'fing out unused code 2008-07-16 11:02:14 +00:00
backlight-nano_video.c Submit FS#9890 by Boris Gjenero. Enabling option for iPod Video to shut down LCD and BCM (controller) after backlight was switched off. With this option the user can decide whether to keep the transflective LCD switched on (e.g. during daylight use) or to switch it off (to save power). The power saving is extreme and increases the battery runtime by far (measured >30%). 2009-02-21 11:10:50 +00:00
backlight-target.h Submit FS#9890 by Boris Gjenero. Enabling option for iPod Video to shut down LCD and BCM (controller) after backlight was switched off. With this option the user can decide whether to keep the transflective LCD switched on (e.g. during daylight use) or to switch it off (to save power). The power saving is extreme and increases the battery runtime by far (measured >30%). 2009-02-21 11:10:50 +00:00
boot.lds Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss sections need NOLOAD. otherwise the linker would try to include those into the binary. I don't know why this ever worked with our current ld version. 2010-03-08 23:16:57 +00:00
button-1g-3g.c Fix duplicate #includes 2009-05-17 14:50:19 +00:00
button-clickwheel.c Higher responsiveness for iPod clickwheel acceleration. 2010-03-06 15:53:45 +00:00
button-mini1g.c Fix duplicate #includes 2009-05-17 14:50:19 +00:00
button-target.h Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tamas. Adds preliminary support for numerous accessories that use the ipod serial port on the dock connector. See IpodAccessories for a list of tested devices. 2008-12-25 01:46:16 +00:00
lcd-as-gray.S ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. Saves a bit of stack and execution time. 2009-07-11 23:43:44 +00:00
lcd-color_nano.c Fix the iPod Photo/Color "type 0 LCD" bug introduced in r17715 by correctly initialising the LCD to accept big-endian data (the same format as the "type 1" LCDs). Also some tab policing. Closes FS#9122 and FS#9097 2008-07-17 10:09:12 +00:00
lcd-gray.c Increaase default ipod 3g contrast, to a value between the last two. 2010-05-20 18:58:33 +00:00
power-ipod.c FS#11149: alternative fix for ipod startup/shutdown issue 2010-05-02 09:41:28 +00:00
powermgmt-ipod-pcf.c Tweaking iPod Video battery configuration. Dangerous battery level is latest reached below 3500 mV, discharge curve is optimized for stable runtime estimation. 2010-04-11 22:12:02 +00:00