I.MX53 display adjustments

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

I.MX53 display adjustments

ソリューションへジャンプ
1,502件の閲覧回数
vladimirevsigne
Contributor I

Dear All, How to adjusting display settings? I need change some settings as contrast, hue, gamma in windows ce os. Do have somebody a solution of my problem?:smileycry:

0 件の賞賛
返信
1 解決策
1,317件の閲覧回数
qiang_li-mpu_se
NXP Employee
NXP Employee

    For gamma adjust, it was supported by display driver escape code "DISPLAY_SET_GAMMA_VALUE", the sample application can be found at "WINCE600\SUPPORT\APP\DisplaySet\DisplaySet.cpp".

    For other parameters such as contrast, they are not supported yet. To support them, you can prepare some special CSC parameters arrays for DP, as default in freescale BSP, the DP CSC only supports RGB to YUV and YUV to RGB CSC. But since it is just a calculation method for data process, you can also use it to convert from RGB to RGB with brightness adjusting.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,318件の閲覧回数
qiang_li-mpu_se
NXP Employee
NXP Employee

    For gamma adjust, it was supported by display driver escape code "DISPLAY_SET_GAMMA_VALUE", the sample application can be found at "WINCE600\SUPPORT\APP\DisplaySet\DisplaySet.cpp".

    For other parameters such as contrast, they are not supported yet. To support them, you can prepare some special CSC parameters arrays for DP, as default in freescale BSP, the DP CSC only supports RGB to YUV and YUV to RGB CSC. But since it is just a calculation method for data process, you can also use it to convert from RGB to RGB with brightness adjusting.

0 件の賞賛
返信