diff options
-rw-r--r-- | firmware/drivers/lcd-bitmap-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-bitmap-common.c b/firmware/drivers/lcd-bitmap-common.c index 9d5c78b905..38fa55b02d 100644 --- a/firmware/drivers/lcd-bitmap-common.c +++ b/firmware/drivers/lcd-bitmap-common.c @@ -321,7 +321,6 @@ void LCDFN(scroll_fn)(void) } if (abs(s->offset) >= s->width - (current_vp->width - xpos)) { /* at end of line */ - s->offset = s->width - (current_vp->width - xpos); s->backward = true; s->start_tick = current_tick + LCDFN(scroll_info).delay * 2; } |