MIPI TFT display interface issue: Picture not displayed full screen

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

MIPI TFT display interface issue: Picture not displayed full screen

4,228 次查看
chiranjeevikinn
Contributor III

Hi All,

 

I am using MIPI TFT display from DLC which has HX8394 single chip driver on iMX6Solo.

The picture is not displayed full screen and also there is some lines at the time of bootup. Please find the source code, pictures and datasheets for your reference.

Please let me know if anyone has faced this kind of issue.

I am using the following configuration derived from the data sheet.

static struct fb_videomode truly_lcd_modedb[] = {

  {

  "TRULY-WVGA", 64, 640, 1136, 37037,

  40, 40,

  348, 13,

  13, 40,

  FB_SYNC_OE_LOW_ACT,

  FB_VMODE_NONINTERLACED,

  0,

  },

};

158480_158480.pngpastedImage_0.png

Thanks in advance.

 

Best Regards,

Chiru

Original Attachment has been moved to: mxcfb_hx8394_wvga.c.zip

标签 (5)
0 项奖励
回复
2 回复数

3,580 次查看
marcsn
Contributor I

did you ever make this screen work?

0 项奖励
回复

3,580 次查看
Yuri
NXP Employee
NXP Employee

Hello,

App note AN4182 (Different Display Configurations on the i.MX31 Linux PDK)

helps to clarify display parameters configuring. In particular, please refer to section

4.3.1.2 (Panel Configuration)

http://www.nxp.com/files/dsp/doc/app_note/AN4182.pdf

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复