iMX28 - Windows CE 6.0 Display Driver changes for 10" (800x480)

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

iMX28 - Windows CE 6.0 Display Driver changes for 10" (800x480)

跳至解决方案
746 次查看
pravinyadav
Contributor III

Hi,

We done with Windows CE 6.0 porting with iMX28 7" display (resolution 800x480) Now we are doing for 10" display with same resolution 800x480. The boot splash screen logo is properly displayed but after completion of device boot process (after loading all peripheral drivers), display not showing properly (Windows CE OS desktop is not displaying properly). What could be the possible cause? 10" hardware is same as 7" except size of display (even though display resolution is same i.e. 800x480). We are using display driver '43WVF1G'. First we doubt something wrong with PWM frequency but problem still observed even though backlight driver is disabled.

标签 (1)
0 项奖励
回复
1 解答
633 次查看
MartinHo
Contributor IV

Hi Pravin,

Probably Your new Display do not like the Settings in 43wvf1g.cpp (Defines starting from Line 25), I would confront the settings in SRC\BOOTLOADER\COMMON\display.c (This are the settings used by EBOOT, responsible for the splash screen Logo) and 43wvf1g.cpp.

Martin

在原帖中查看解决方案

2 回复数
634 次查看
MartinHo
Contributor IV

Hi Pravin,

Probably Your new Display do not like the Settings in 43wvf1g.cpp (Defines starting from Line 25), I would confront the settings in SRC\BOOTLOADER\COMMON\display.c (This are the settings used by EBOOT, responsible for the splash screen Logo) and 43wvf1g.cpp.

Martin

633 次查看
pravinyadav
Contributor III

Thanks Martin.

My bad... I missed settings in display.c. After some correction in 43wvf1g.cpp it works.

Thanks

0 项奖励
回复