summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CREDITS1
-rw-r--r--firmware/target/arm/ipod/lcd-gray.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/CREDITS b/docs/CREDITS
index ea781af17d..4abfdf3f4e 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -528,6 +528,7 @@ Altay Oz
528Peter Lecky 528Peter Lecky
529Mark Borgerding 529Mark Borgerding
530Tobias Diedrich 530Tobias Diedrich
531Andrew Engelbrecht
531 532
532The libmad team 533The libmad team
533The wavpack team 534The wavpack team
diff --git a/firmware/target/arm/ipod/lcd-gray.c b/firmware/target/arm/ipod/lcd-gray.c
index 0cd04772fe..05ae303952 100644
--- a/firmware/target/arm/ipod/lcd-gray.c
+++ b/firmware/target/arm/ipod/lcd-gray.c
@@ -73,7 +73,7 @@ static void invert_display(void);
73#if defined(IPOD_1G2G) 73#if defined(IPOD_1G2G)
74#define DEFAULT_CONTRAST 45 74#define DEFAULT_CONTRAST 45
75#elif defined(IPOD_3G) 75#elif defined(IPOD_3G)
76#define DEFAULT_CONTRAST 55 76#define DEFAULT_CONTRAST 40
77#elif defined(IPOD_MINI) || defined(IPOD_MINI2G) 77#elif defined(IPOD_MINI) || defined(IPOD_MINI2G)
78#define DEFAULT_CONTRAST 42 78#define DEFAULT_CONTRAST 42
79#elif defined(IPOD_4G) 79#elif defined(IPOD_4G)