lcd display output is white for every 10mints

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

lcd display output is white for every 10mints

ソリューションへジャンプ
1,207件の閲覧回数
ask
Contributor III

Hi all,

I am using imx287 processor based board for one of my Infotainment project. Interfaced tm035kdh04 panel to the board. Using third party graphic library, I am able to display the images on display.  I am facing the below issue with the display,Please can any one suggest how to fix this issue.

The display becomes white for every 10 mints. If I touch the keypad present on the board, screen becomes normal.

0 件の賞賛
1 解決策
693件の閲覧回数
PeterChan
NXP Employee
NXP Employee

Disabling CONFIG_VT_CONSOLE will not affect other peripheral functionality.


Instead of Disabling CONFIG_VT_CONSOLE, you can set "consoleblank=0" at kernel command line to disable VT auto blank feature. See https://community.freescale.com/docs/DOC-100108

元の投稿で解決策を見る

0 件の賞賛
5 返答(返信)
693件の閲覧回数
PeterChan
NXP Employee
NXP Employee

Hi ashok,

The solution in this post https://community.freescale.com/thread/323250 may also help you as well.

0 件の賞賛
693件の閲覧回数
ask
Contributor III

Thanks for you quick reply.

I tried by disabling the config_vt_console option in the kenel, and verified display is not going blank for every 10 minutes.

Please can you clarify on below two things.

if the config_vt_console disabled, will it affect any other functionality of the peripheral of a board?

Instead of disabling the config_vt_console, can we handle this as part of panel driver?

0 件の賞賛
694件の閲覧回数
PeterChan
NXP Employee
NXP Employee

Disabling CONFIG_VT_CONSOLE will not affect other peripheral functionality.


Instead of Disabling CONFIG_VT_CONSOLE, you can set "consoleblank=0" at kernel command line to disable VT auto blank feature. See https://community.freescale.com/docs/DOC-100108

0 件の賞賛
693件の閲覧回数
ask
Contributor III

Thanks for your reply.

I already verfied this option(consoleblank=0) also. Either way it is working fine.

0 件の賞賛
693件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi ashok

How do I prevent the LCD from turning off after 20 min ?

also one can try this command for turning off the FB blanking

   echo -e "\033[9;0]" > /dev/tty0

If you have screensaver, sometimes screensaver shuts down the LCD.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛