LCD "burn-in" issue with default LTIB image

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

LCD "burn-in" issue with default LTIB image

1,160 次查看
ReinhardMeyer
Contributor II

With the default LTIB built image there is no GUI included in the root filesystem, however the framebuffer is functional. This is fine for tests like "cat xyz >/dev/fb0". However after a few minutes the display gets turned off (probably some screensaver functionality). Apparently an extended stay in this state leads to some latent image burned into the LCD which can be seen when one boots one of the supplied SDcards with Linux or CE. That image fortunately fades away after a few minutes. But I am concerned the LCD might get damaged on the long run.

(I suspect the power stays applied, but the clock is stopped so that the AC drive of the pixels themselves is stopped and any DC value prevails?)

Q: what has to be done/called to keep the display from being turned off?

 

Reinhard

 

PS: sorry for sending this as a message first. I think I have now found the right way to add this as a discussion to the group ;)

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

1,003 次查看
iMxGuy
Contributor II

This works for me.

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

0 项奖励
回复

1,003 次查看
ReinhardMeyer
Contributor II

Thank you, that helped me alot.

I'll put this into the /etc/rc.d/rc.local.

Reinhard

0 项奖励
回复

1,003 次查看
AhmetYUCE
Contributor II
run the following shell commands: echo -e "\033[9;0]" >/dev/tty0 echo 0 > /sys/class/graphics/fb0/blank source : http://forums.freescale.com/t5/i-MX-Microprocessors/stop-imx51-display-blanking/td-p/58488 Regards Ahmet
0 项奖励
回复