summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/lcd.c b/firmware/drivers/lcd.c
index 6ac9adcd8e..990f4d63bf 100644
--- a/firmware/drivers/lcd.c
+++ b/firmware/drivers/lcd.c
@@ -552,6 +552,7 @@ void lcd_putspropxy(int x, int y, unsigned char *str, int thisfont)
552 break; 552 break;
553 553
554 src = char_dw_8x8_prop[ch]; 554 src = char_dw_8x8_prop[ch];
555 lcd_clearrect (lcd_x, lcd_y, nx+1, ny);
555 lcd_bitmap (src, lcd_x, lcd_y, nx, ny, true); 556 lcd_bitmap (src, lcd_x, lcd_y, nx, ny, true);
556 557
557 lcd_x += nx+1; 558 lcd_x += nx+1;