summaryrefslogtreecommitdiff
path: root/firmware/target/arm/iriver/h10
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/iriver/h10')
-rw-r--r--firmware/target/arm/iriver/h10/lcd-h10_20gb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/iriver/h10/lcd-h10_20gb.c b/firmware/target/arm/iriver/h10/lcd-h10_20gb.c
index f6cf4cbcbb..596276a932 100644
--- a/firmware/target/arm/iriver/h10/lcd-h10_20gb.c
+++ b/firmware/target/arm/iriver/h10/lcd-h10_20gb.c
@@ -134,7 +134,7 @@ void lcd_set_contrast(int val)
134 lcd_contrast = val << 8; 134 lcd_contrast = val << 8;
135 135
136 if (!power_on) 136 if (!power_on)
137 return; 137 return;
138 138
139 /* VCOMG=1, VDV4-0=xxxxx, VCM4-0=11000 */ 139 /* VCOMG=1, VDV4-0=xxxxx, VCM4-0=11000 */
140 lcd_write_reg(R_POWER_CONTROL5, 0x2018 | lcd_contrast); 140 lcd_write_reg(R_POWER_CONTROL5, 0x2018 | lcd_contrast);