mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix regional screen refresh
This commit is contained in:
@@ -103,7 +103,7 @@ function Screen:refresh(refesh_type, waveform_mode, x, y, w, h)
|
||||
x, y = self.width - w - x, self.height - h - y
|
||||
end
|
||||
end
|
||||
self.fb:refresh(refesh_type, waveform_mode, x, y, w, h)
|
||||
self.fb:refresh(refesh_type, waveform_mode, y, x, w, h)
|
||||
end
|
||||
|
||||
function Screen:getSize()
|
||||
|
||||
Reference in New Issue
Block a user