diff --git a/frontend/ui/screen.lua b/frontend/ui/screen.lua index b3cf969d3..c0a7348ff 100644 --- a/frontend/ui/screen.lua +++ b/frontend/ui/screen.lua @@ -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()