Can we adjust LCD Panel contrast, brightnessa, and gamma?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can we adjust LCD Panel contrast, brightnessa, and gamma?

649 Views
yaolinchang
Contributor I

Hi All,

      Can we adjust LCD Panel contrast, brightness, and gamma?

If yes, where can we adjust contrast value?

Thanks,

Best Regards,

Yao

Labels (1)
0 Kudos
2 Replies

419 Views
igorpadykov
NXP Employee
NXP Employee

Hi YaoLin

this may be performed by  IPU CSC Image Converter (IC) color conversion, 

using formula

Y’=Y*k + b

Cb’= (Cb-128)*k+128 = k*cb+128(1-k)

Cr’= (Cr-128)*k+128 = k*Cr+128(1-k)

k represents the contrast factor while b represent the brightness level

examples can be found in

ipu-examples release notes - v0.1

In ips_csc.c, ..SDK\sdk\drivers\ipu\test\ips_csc.c i.MX 6Series Platform SDK

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

419 Views
yaolinchang
Contributor I

OK, thanks for your help.

0 Kudos