This commit is contained in:
cuu 2018-07-05 13:15:08 +08:00
parent c31f403e22
commit 46b517d287
2 changed files with 3 additions and 2 deletions

View File

@ -59,7 +59,8 @@ class TitleBar:
self.SyncSoundVolume()
self.UpdateWifiStrength()
SwapAndShow()
else:
print("TitleBar Gobjectroundrobin")
elif self._InLowBackLight >= 0:
self._InLowBackLight+=1
if self._InLowBackLight > 10:
self.CheckBatteryStat()

View File

@ -19,7 +19,7 @@ SKIN="default"
## three timer values in seconds: dim screen, close screen,PowerOff
## zero means no action
PowerLevels = {}
PowerLevels["supersaving"] = [10,15,20]
PowerLevels["supersaving"] = [10,14,16]
PowerLevels["powersaving"] = [40,120,300]
PowerLevels["balance_saving"] = [40,0,0]