git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24153 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-01-03 10:19:43 +00:00
parent 686c4e53ce
commit 56d972ad57
26 changed files with 607 additions and 607 deletions

View file

@ -134,7 +134,7 @@ void lcd_set_contrast(int val)
lcd_contrast = val << 8;
if (!power_on)
return;
return;
/* VCOMG=1, VDV4-0=xxxxx, VCM4-0=11000 */
lcd_write_reg(R_POWER_CONTROL5, 0x2018 | lcd_contrast);