Windows 10 IoT LVDS Resolution

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

Windows 10 IoT LVDS Resolution

跳至解决方案
1,438 次查看
hankwang
Contributor V

Hi , I have an Innolux g101ice-I01 panel with 1280x800 resolution. I tried to modify edid parameters in the galcore.inf. The screen will turn black when the system enters Windows. 

Does modifying the resolution only need to be modified in galcore.inf? Or are there other places that need to be modified? Please help to check the edid file for 1280x800.

Please refer to the attachment for the edid parameter.

Note: The original galcore.inf resolution can normal display (1280x720). But the bottom of screen has overlay screen.

Here is innolux_g101ice_l01_timing. I set pixel clock to 71.1Mhz.

static const struct display_timing innolux_g101ice_l01_timing = {
	.pixelclock = { 60400000, 71100000, 74700000 },
	.hactive = { 1280, 1280, 1280 },
	.hfront_porch = { 41, 80, 100 },
	.hback_porch = { 40, 79, 99 },
	.hsync_len = { 1, 1, 1 },
	.vactive = { 800, 800, 800 },
	.vfront_porch = { 5, 11, 14 },
	.vback_porch = { 4, 11, 14 },
	.vsync_len = { 1, 1, 1 },
	.flags = DISPLAY_FLAGS_DE_HIGH,
};

Thanks.

0 项奖励
回复
1 解答
1,388 次查看
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @hankwang,

I hope you are doing well
 
The information related to the same for the HDMI/ LVDS/ MIPI-DSI display is mentioned in detail in Chapter 3 Display/GPU driver of the document i.MX Windows 10 IoT User’s Guide
 
Thanks & Regards,
Dhruvit Vasavada

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,389 次查看
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @hankwang,

I hope you are doing well
 
The information related to the same for the HDMI/ LVDS/ MIPI-DSI display is mentioned in detail in Chapter 3 Display/GPU driver of the document i.MX Windows 10 IoT User’s Guide
 
Thanks & Regards,
Dhruvit Vasavada
0 项奖励
回复
1,347 次查看
hankwang
Contributor V

Thank you for the information. This problem can be fixed.

0 项奖励
回复