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:
Michael Giacomelli 2010-02-18 04:21:15 +00:00
parent 7dfd594cca
commit aea6dd036c
2 changed files with 2 additions and 1 deletions

View file

@ -528,6 +528,7 @@ Altay Oz
Peter Lecky Peter Lecky
Mark Borgerding Mark Borgerding
Tobias Diedrich Tobias Diedrich
Andrew Engelbrecht
The libmad team The libmad team
The wavpack team The wavpack team

View file

@ -73,7 +73,7 @@ static void invert_display(void);
#if defined(IPOD_1G2G) #if defined(IPOD_1G2G)
#define DEFAULT_CONTRAST 45 #define DEFAULT_CONTRAST 45
#elif defined(IPOD_3G) #elif defined(IPOD_3G)
#define DEFAULT_CONTRAST 55 #define DEFAULT_CONTRAST 40
#elif defined(IPOD_MINI) || defined(IPOD_MINI2G) #elif defined(IPOD_MINI) || defined(IPOD_MINI2G)
#define DEFAULT_CONTRAST 42 #define DEFAULT_CONTRAST 42
#elif defined(IPOD_4G) #elif defined(IPOD_4G)