mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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
|
|
@ -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…
Add table
Add a link
Reference in a new issue