Windows 10 IoT LVDS Resolution

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

Windows 10 IoT LVDS Resolution

ソリューションへジャンプ
1,421件の閲覧回数
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,371件の閲覧回数
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,372件の閲覧回数
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,330件の閲覧回数
hankwang
Contributor V

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

0 件の賞賛
返信