summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/calculator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/calculator.c b/apps/plugins/calculator.c
index 4af747016d..2d276c1747 100644
--- a/apps/plugins/calculator.c
+++ b/apps/plugins/calculator.c
@@ -1238,7 +1238,7 @@ void printResult(void)
1238 } 1238 }
1239 1239
1240 rb->lcd_getstringsize(buf, &w, &h); 1240 rb->lcd_getstringsize(buf, &w, &h);
1241 rb->screen_clear_area(rb->screens[0], 0, 0, LCD_WIDTH, REC_HEIGHT-1); 1241 rb->screen_clear_area(rb->screens[0], 0, 0, LCD_WIDTH, Y_1_POS - 1);
1242 rb->lcd_putsxy(4, Y_1_POS - h -1, operbuf); 1242 rb->lcd_putsxy(4, Y_1_POS - h -1, operbuf);
1243 rb->lcd_putsxy(LCD_WIDTH - w - 4, Y_1_POS - h -1, buf); 1243 rb->lcd_putsxy(LCD_WIDTH - w - 4, Y_1_POS - h -1, buf);
1244 rb->lcd_update_rect(0, 1, LCD_WIDTH, Y_1_POS); 1244 rb->lcd_update_rect(0, 1, LCD_WIDTH, Y_1_POS);