summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-2bit-vi.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-2bit-vi.c')
-rw-r--r--firmware/drivers/lcd-2bit-vi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-2bit-vi.c b/firmware/drivers/lcd-2bit-vi.c
index b0c41e4fa9..0608dfaa46 100644
--- a/firmware/drivers/lcd-2bit-vi.c
+++ b/firmware/drivers/lcd-2bit-vi.c
@@ -413,7 +413,7 @@ void LCDFN(clear_viewport)(void)
413 413
414 current_vp->drawmode = lastmode; 414 current_vp->drawmode = lastmode;
415 415
416 LCDFN(scroll_stop)(current_vp); 416 LCDFN(scroll_stop_viewport)(current_vp);
417 } 417 }
418} 418}
419 419