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
commit b72d294648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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