diff --git a/src/driver/fb_generic.cpp b/src/driver/fb_generic.cpp index 5607aef16..8a1958547 100644 --- a/src/driver/fb_generic.cpp +++ b/src/driver/fb_generic.cpp @@ -950,7 +950,7 @@ _display: checkFbArea(x, yy, width, height, true); if (paintBg) paintBoxRel(x, yy, width, height, colBg); - blit2FB(data, width, height, x, yy, 0, 0, true); + blit2FB(data, width, height, x, yy); checkFbArea(x, yy, width, height, false); return true; }