7” lcd screen always on
7” lcd screen always on
Hi,
I have been using these commands in ssh to turn the 7” screen off and on is there a way to do this via the touch screen, or could an option be added.
sudo sh -c 'echo "0" > /sys/class/backlight/rpi_backlight/bl_power'
sudo sh -c 'echo "1" > /sys/class/backlight/rpi_backlight/bl_power'
Brian
G6HFS
I have been using these commands in ssh to turn the 7” screen off and on is there a way to do this via the touch screen, or could an option be added.
sudo sh -c 'echo "0" > /sys/class/backlight/rpi_backlight/bl_power'
sudo sh -c 'echo "1" > /sys/class/backlight/rpi_backlight/bl_power'
Brian
G6HFS
Re: 7” lcd screen always on
How would you turn the backlight on from the touch screen if it is not lit?
I don't think I could navigate the menus without being able to see the buttons!
Clive
I don't think I could navigate the menus without being able to see the buttons!
Clive
Re: 7” lcd screen always on
A toggle switch in the backlight power path seems like the best option to me.
Doppler effect: The tendency of stupid ideas to seem smarter when they come at you rapidly.
Re: 7” lcd screen always on
Hi,
Using those commands turns off the back light only, the touch screen is still active, so touching it could bring the back light back on.
Brian
Using those commands turns off the back light only, the touch screen is still active, so touching it could bring the back light back on.
Brian
Re: 7” lcd screen always on
Hi,
Removing power does not work have tried that, when power is switched back on the pi does not see the screen, when you remove power the pi assumes there is no screen.
Brian
Removing power does not work have tried that, when power is switched back on the pi does not see the screen, when you remove power the pi assumes there is no screen.
Brian
Re: 7” lcd screen always on
Hi Brian
Why do you want to turn the screen off?
Dave
Why do you want to turn the screen off?
Dave
Re: 7” lcd screen always on
Dave,
Thanks for the reply, I think it's a worry about the same image on screen causing damage or burn type of image on screen, perhaps these screens do hot suffer the same.
Brian
Thanks for the reply, I think it's a worry about the same image on screen causing damage or burn type of image on screen, perhaps these screens do hot suffer the same.
Brian
Re: 7” lcd screen always on
Hi Brian
These 7 inch screens do not seem to suffer from burn-in. I certainly can't see any problems on my development Portsdown 4 which is generally powered up for about 8 hours each day - mostly on the main menu.
Not sure that turning the backlight off would have any effect anyway - the pixels are still switched to the displayed image state even without the backlight.
Dave, G8GKQ
These 7 inch screens do not seem to suffer from burn-in. I certainly can't see any problems on my development Portsdown 4 which is generally powered up for about 8 hours each day - mostly on the main menu.
Not sure that turning the backlight off would have any effect anyway - the pixels are still switched to the displayed image state even without the backlight.
Dave, G8GKQ
Re: 7” lcd screen always on
Dave,
Thanks for the reply, if I need to turn the back light off I will carry on using the commands to turn off and on.
Cheers
Brian
Thanks for the reply, if I need to turn the back light off I will carry on using the commands to turn off and on.
Cheers
Brian