MIPI display interface

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

MIPI display interface

2,007 次查看
tanvidesai
Contributor II

Hello,

I have i.mx6 custom board.I want to interface MIPI display and enable back light of LCD. I am using TIANMA  LCD which have model no TM040YDHG32.And it has driver IC HX8369-A01.

So, to enable back light i need to program   DSI , D-PHY initialization and hx836 and after that i need to enable lcd pin and back light pin.Is this a correct sequence to enable back light?

Or i need to program only  DSI , D-PHY initialization and after that i need to enable lcd pin and back light pin.

This is bare metal code.Tell me a correct sequence of MIPI display Interface.

Thanks 

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

1,594 次查看
art
NXP Employee
NXP Employee

There is no direct relation between the initialization/operation of the MIPI interface itself and backlight switching on/off. It can be done at any point.


Have a great day,
Artur

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

0 项奖励
回复

1,594 次查看
RossMcLuckie
NXP Employee
NXP Employee

Hi,

There should be no real connection between the MIPI display initialisation and the back-light enable, you should be free to switch the back-light on at any point.

However it is likely to make more sense to initialise the display completely before switching the back-light on from a user perspective. Once the back-light is enabled the users attention will be drawn to the display and if it has not been initialised you have no way to know what will be visible to the user.

Regards

Ross

0 项奖励
回复