diff --git a/firmware/drivers/lcd-recorder.c b/firmware/drivers/lcd-recorder.c index 8c3f573039..cf3c7615e1 100644 --- a/firmware/drivers/lcd-recorder.c +++ b/firmware/drivers/lcd-recorder.c @@ -415,7 +415,7 @@ static void lcd_putsxyofs(int x, int y, int ofs, unsigned char *str) { lcd_bitmap (((unsigned char*) bits) + ofs, x, y + i, width, MIN(8, pf->height - i), true); - ((unsigned char *)bits) += gwidth; + bits = (bitmap_t *)((int)bits + gwidth); } } else