Commit FS#11034 by Andrew Engelbrecht. Fixes default contrast value on ipod 3G.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24742 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7dfd594cca
commit
aea6dd036c
2 changed files with 2 additions and 1 deletions
|
@ -528,6 +528,7 @@ Altay Oz
|
|||
Peter Lecky
|
||||
Mark Borgerding
|
||||
Tobias Diedrich
|
||||
Andrew Engelbrecht
|
||||
|
||||
The libmad team
|
||||
The wavpack team
|
||||
|
|
|
@ -73,7 +73,7 @@ static void invert_display(void);
|
|||
#if defined(IPOD_1G2G)
|
||||
#define DEFAULT_CONTRAST 45
|
||||
#elif defined(IPOD_3G)
|
||||
#define DEFAULT_CONTRAST 55
|
||||
#define DEFAULT_CONTRAST 40
|
||||
#elif defined(IPOD_MINI) || defined(IPOD_MINI2G)
|
||||
#define DEFAULT_CONTRAST 42
|
||||
#elif defined(IPOD_4G)
|
||||
|
|
Loading…
Reference in a new issue