MIPI TFT display interface issue: Picture not displayed full screen

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MIPI TFT display interface issue: Picture not displayed full screen

2,270 Views
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

Labels (5)
0 Kudos
Reply
2 Replies

1,622 Views
marcsn
Contributor I

did you ever make this screen work?

0 Kudos
Reply

1,622 Views
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 Kudos
Reply