Merge pull request #18 from cuu/master

sync write value plus 1
This commit is contained in:
clockworkpi
2018-06-01 14:38:05 +08:00
committed by GitHub

View File

@@ -151,7 +151,7 @@ class BrightnessPage(Page):
return False
else:
with f:
f.write(str(newbrt))
f.write(str(newbrt+1))
return True
def WhenSliderDrag(self,value): ##value