fix regional screen refresh

This commit is contained in:
chrox
2013-07-22 23:28:35 +08:00
parent f3bcbd3b4e
commit 0c9c4d7af1

View File

@@ -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()