goodtft / LCD-show

2.4" 2.8"3.2" 3.5" 5.0" 7.0" TFT LCD driver for the Raspberry PI 3B+/A/A+/B/B+/PI2/ PI3/ZERO/ZERO W
2.31k stars 793 forks source link

Turn off screen #174

Open SilasMueller opened 4 years ago

SilasMueller commented 4 years ago

Hi, is it possible, somehow, to turn the screen off while it is not used?

lbussy commented 4 years ago

You mean like a screensaver?

SilasMueller commented 4 years ago

A screensaver would be one solution, yes. The best solution would be some kind of on/off switch that actually cuts the power of the screen. I dont know if this is possible to achieve with a software solution.

noloader commented 4 years ago

+1. I'm working on a small appliance. We need to turn the display off after about 5 minutes, and re-power the display if there is motion. (Similar to a tablet).

fuji246 commented 4 years ago

Can we get this prioritized? need to power off the screen in the night to save power. The official screen provides this. https://github.com/linusg/rpi-backlight

DanielYWoo commented 4 years ago

I have an embedded screen with my 3d printer, and I really hope the screen can be controlled by the power management system of Pi. It seems wiring two points then Pin 18 PWM can be used to change the backlight.

vifeng commented 2 years ago

Hi, any progress of some sort on this ? Did anyone found a solution ?

nathanielng commented 2 years ago

I am using xscreensaver and it does help to dim the screen, but it does not turn off the backlight.