add option to turn off e-ink optimization

which currently just sets free the limitation of panning gestures
emitting rate. This should fix #1039 when unchecking the
"E-ink optimization" in the "Screen settings".
This commit is contained in:
chrox
2014-11-06 13:16:35 +08:00
parent f0fba63f67
commit 0dd3a1f8a1
5 changed files with 18 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ function ReaderRotation:init()
w = Screen:getWidth(),
h = Screen:getHeight(),
},
rate = 0.3
rate = 0.3,
}
},
}