I.MX53 display adjustments

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

I.MX53 display adjustments

跳至解决方案
1,436 次查看
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,251 次查看
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,252 次查看
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 项奖励
回复