Skip to content
Snippets Groups Projects
Commit 8b779e02 authored by sol.yu's avatar sol.yu Committed by Devin Kim
Browse files

arm/dt: lenok: display: Fix white banding in grayscale (gamma)


There is banding issue in grayscale. This issue is caused by Digital S-curve gamma.
To avoid this issue, we change the value of gray scale from 0 to 32.

Bug: 18942799
Change-Id: I964cb1bb04f912cc20d5489d68286eaa84eb584c
Signed-off-by: default avatarsol.yu <sol.yu@lge.com>
Signed-off-by: default avatarDevin Kim <dojip.kim@lge.com>
parent 749b9ac8
No related merge requests found
......@@ -56,17 +56,17 @@
FF FF FF FF FF FF
FF FF FF FF FF FF /* Color Management 10*/
39 01 00 00 00 00 11 E1
3E 3A 46 4E 4E 46
3A 32 00 FC F0 E4
E4 F8 1C 38 /* digital gamma( S curve) R */
32 3C 46 48 4E 46
40 30 00 FB F1 EE
E2 F6 08 40 /* digital gamma( S curve) R */
39 01 00 00 00 00 11 E2
3E 3A 46 4E 4E 46
3A 32 00 FC F0 E4
E4 F8 1C 38 /* digital gamma( S curve) G */
32 3C 46 48 4E 46
40 30 00 FB F1 EE
E2 F6 08 40 /* digital gamma( S curve) G */
39 01 00 00 00 00 11 E3
3E 3A 46 4E 4E 46
3A 32 00 FC F0 E4
E4 F8 1C 38 /* digital gamma( S curve) B */
32 3C 46 48 4E 46
40 30 00 FB F1 EE
E2 F6 08 40 /* digital gamma( S curve) B */
05 01 00 00 00 00 01 35
05 01 00 00 00 00 01 29];
qcom,mdss-dsi-off-command = [05 01 00 00 00 00 01 28
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment