summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-bitmap-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-bitmap-common.c')
-rw-r--r--firmware/drivers/lcd-bitmap-common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/drivers/lcd-bitmap-common.c b/firmware/drivers/lcd-bitmap-common.c
index a102eaea66..a71f5b2862 100644
--- a/firmware/drivers/lcd-bitmap-common.c
+++ b/firmware/drivers/lcd-bitmap-common.c
@@ -398,6 +398,9 @@ static void LCDFN(puts_scroll_worker)(int x, int y, const unsigned char *string,
398 s->height = height; 398 s->height = height;
399 s->vp = current_vp; 399 s->vp = current_vp;
400 LCDFN(scroll_info).lines++; 400 LCDFN(scroll_info).lines++;
401 } else {
402 /* if only the text was updated render immediately */
403 LCDFN(scroll_now(s));
401 } 404 }
402} 405}
403 406