We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990a9ff commit 413e8d0Copy full SHA for 413e8d0
drivers/gpu/drm/panel/panel-abt-y030xx067a.c
@@ -146,8 +146,8 @@ static const struct reg_sequence y030xx067a_init_sequence[] = {
146
{ 0x09, REG09_SUB_BRIGHT_R(0x20) },
147
{ 0x0a, REG0A_SUB_BRIGHT_B(0x20) },
148
{ 0x0b, REG0B_HD_FREERUN | REG0B_VD_FREERUN },
149
- { 0x0c, REG0C_CONTRAST_R(0x10) },
150
- { 0x0d, REG0D_CONTRAST_G(0x10) },
+ { 0x0c, REG0C_CONTRAST_R(0x00) },
+ { 0x0d, REG0D_CONTRAST_G(0x00) },
151
{ 0x0e, REG0E_CONTRAST_B(0x10) },
152
{ 0x0f, 0 },
153
{ 0x10, REG10_BRIGHT(0x7f) },
0 commit comments