mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
mako: update display settings
-- eliminate banding -- reinforce yellow and green -- subdue blue colors Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
parent
24d398348a
commit
c20309419e
1 changed files with 10 additions and 10 deletions
|
@ -753,17 +753,17 @@ static char panel_setting_2 [3] = {0xB3, 0x0A, 0x9F};
|
|||
static char display_mode1 [6] = {0xB5, 0x50, 0x20, 0x40, 0x00, 0x20};
|
||||
static char display_mode2 [8] = {0xB6, 0x00, 0x14, 0x0F, 0x16, 0x13, 0x05, 0x05};
|
||||
|
||||
static char p_gamma_r_setting[10] = {0xD0, 0x72, 0x15, 0x76, 0x00, 0x00, 0x00, 0x50, 0x30, 0x02};
|
||||
static char n_gamma_r_setting[10] = {0xD1, 0x72, 0x15, 0x76, 0x00, 0x00, 0x00, 0x50, 0x30, 0x02};
|
||||
static char p_gamma_g_setting[10] = {0xD2, 0x72, 0x15, 0x76, 0x00, 0x00, 0x00, 0x50, 0x30, 0x02};
|
||||
static char n_gamma_g_setting[10] = {0xD3, 0x72, 0x15, 0x76, 0x00, 0x00, 0x00, 0x50, 0x30, 0x02};
|
||||
static char p_gamma_b_setting[10] = {0xD4, 0x72, 0x15, 0x76, 0x00, 0x00, 0x00, 0x50, 0x30, 0x02};
|
||||
static char n_gamma_b_setting[10] = {0xD5, 0x72, 0x15, 0x76, 0x00, 0x00, 0x00, 0x50, 0x30, 0x02};
|
||||
static char p_gamma_r_setting[10] = {0xD0, 0x40, 0x44, 0x76, 0x01, 0x00, 0x00, 0x30, 0x20, 0x01};
|
||||
static char n_gamma_r_setting[10] = {0xD1, 0x40, 0x44, 0x76, 0x01, 0x00, 0x00, 0x30, 0x20, 0x01};
|
||||
static char p_gamma_g_setting[10] = {0xD2, 0x40, 0x44, 0x76, 0x01, 0x00, 0x00, 0x30, 0x20, 0x01};
|
||||
static char n_gamma_g_setting[10] = {0xD3, 0x40, 0x44, 0x76, 0x01, 0x00, 0x00, 0x30, 0x20, 0x01};
|
||||
static char p_gamma_b_setting[10] = {0xD4, 0x20, 0x23, 0x74, 0x00, 0x1F, 0x10, 0x50, 0x33, 0x03};
|
||||
static char n_gamma_b_setting[10] = {0xD5, 0x20, 0x23, 0x74, 0x00, 0x1F, 0x10, 0x50, 0x33, 0x03};
|
||||
|
||||
static char ief_on_set0[2] = {0xE0, 0x07};
|
||||
static char ief_on_set4[4] = {0xE4, 0x07, 0x00, 0x04};
|
||||
static char ief_on_set5[4] = {0xE5, 0x02, 0x80, 0x03};
|
||||
static char ief_on_set6[4] = {0xE6, 0x04, 0x08, 0x85};
|
||||
static char ief_on_set0[2] = {0xE0, 0x00};
|
||||
static char ief_on_set4[4] = {0xE4, 0x00, 0x00, 0x00};
|
||||
static char ief_on_set5[4] = {0xE5, 0x00, 0x00, 0x00};
|
||||
static char ief_on_set6[4] = {0xE6, 0x00, 0x00, 0x00};
|
||||
|
||||
static char ief_set1[5] = {0xE1, 0x00, 0x00, 0x01, 0x01};
|
||||
static char ief_set2[3] = {0xE2, 0x01, 0x00};
|
||||
|
|
Loading…
Reference in a new issue