mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix tabs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24153 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
686c4e53ce
commit
56d972ad57
26 changed files with 607 additions and 607 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue