rpi_lcars icon indicating copy to clipboard operation
rpi_lcars copied to clipboard

Screensaver - LCD Burnin

Open josephrenda opened this issue 6 years ago • 3 comments

I'm worried about LCD screen burn in. Is there a way, or what can be done to "shut off" the screen?

I have lcars running as a service on RPI startup, but the lcar screen runs forever.

josephrenda avatar Jun 14 '18 00:06 josephrenda

You could try using the XWindows xset command to set up the screensaver:

https://www.computerhope.com/unix/uxset.htm

tobykurien avatar Jun 14 '18 14:06 tobykurien

Perhaps setting a watchdog timer that goes to a black window in the absence of user input over a configurable time period? Myself, I've never had good luck using xset to get the screen saver to work. If you do it entirely within the application, there is better control.

HoECoder avatar Jun 14 '18 14:06 HoECoder

I am thinking about screensaver implementation. I hope I will add it soon.

JDat avatar Jul 13 '20 11:07 JDat