move e-ink related settings to a submenu (#4246)

This commit is contained in:
Martín Fernández
2018-10-10 21:34:47 +02:00
committed by Frans de Jonge
parent 42a7dd4502
commit 717184f1d6
6 changed files with 30 additions and 17 deletions

View File

@@ -88,7 +88,7 @@ end
function ReaderUI:init()
-- cap screen refresh on pan to 2 refreshes per second
local pan_rate = Screen.eink and 2.0 or 30.0
local pan_rate = Screen.low_pan_rate and 2.0 or 30.0
self.postInitCallback = {}
self.postReaderCallback = {}