Hi i'm writing a app where the screen has to be shown all the time.
To get this I use phone.KeepAlive(False) - works great.
Now I want to greate a energy management:
After 20 seconds the screen brightness should get down to 30%
I use ph.SetScreenBrightness(0.3) - works also fine.
After 5 minutes the Backlight should turn off.
(I know this function from my Navi-App CoPilot)
You are still able to see something but it's quite hard.
You are also able to press buttons etc.
I tried to use ph.SetScreenBrightness(0) but then the monitor turns off and the phone doesn't react on the menue- or back-button or to any button on the screen.
I also tried to set the brightness very low but it is still to bright or I get the mode the phone will not react.
So I have two questions:
Is it possible to turn the Backlight off.
And which mode i will get when the brightness is set to 0?
To get this I use phone.KeepAlive(False) - works great.
Now I want to greate a energy management:
After 20 seconds the screen brightness should get down to 30%
I use ph.SetScreenBrightness(0.3) - works also fine.
After 5 minutes the Backlight should turn off.
(I know this function from my Navi-App CoPilot)
You are still able to see something but it's quite hard.
You are also able to press buttons etc.
I tried to use ph.SetScreenBrightness(0) but then the monitor turns off and the phone doesn't react on the menue- or back-button or to any button on the screen.
I also tried to set the brightness very low but it is still to bright or I get the mode the phone will not react.
So I have two questions:
Is it possible to turn the Backlight off.
And which mode i will get when the brightness is set to 0?