forked from len0rd/rockbox
iPod 2nd gen: * Fake battery voltage of 4.00V so rockbox doesn't shutdown (ADC is not yet implemented). * Fix button hold polarity for main rockbox. * Implement backlight inversion (the 1st/2nd gen backlight works in a way that makes the LCD look inverted when active). * Fix default contrast and clean up target tree.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14022 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b701322fea
commit
021c0868dd
7 changed files with 86 additions and 18 deletions
|
@ -625,7 +625,7 @@ target/arm/wmcodec-pp.c
|
|||
target/arm/i2s-pp.c
|
||||
target/arm/ipod/adc-ipod.c
|
||||
target/arm/ipod/3g/backlight-3g.c
|
||||
target/arm/ipod/3g/button-3g.c
|
||||
target/arm/ipod/button-1g-3g.c
|
||||
target/arm/ipod/lcd-gray.c
|
||||
target/arm/ipod/power-ipod.c
|
||||
target/arm/usb-pp.c
|
||||
|
@ -638,8 +638,8 @@ target/arm/ata-pp5002.c
|
|||
target/arm/wmcodec-pp.c
|
||||
target/arm/i2s-pp.c
|
||||
target/arm/ipod/adc-ipod.c
|
||||
target/arm/ipod/3g/backlight-3g.c /* FIXME */
|
||||
target/arm/ipod/3g/button-3g.c /* FIXME */
|
||||
target/arm/ipod/1g2g/backlight-1g2g.c
|
||||
target/arm/ipod/button-1g-3g.c
|
||||
target/arm/ipod/lcd-gray.c
|
||||
target/arm/ipod/power-ipod.c
|
||||
#endif /* SIMULATOR */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue