From f2752f1200259563bbcdec93e9a126e711db4156 Mon Sep 17 00:00:00 2001 From: DiSlord Live Date: Sat, 3 Dec 2022 12:48:52 +0300 Subject: [PATCH] Fix clean frequency area --- plot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot.c b/plot.c index 02e5927..97480fb 100644 --- a/plot.c +++ b/plot.c @@ -1831,7 +1831,7 @@ draw_frequencies(void) } ili9341_set_foreground(LCD_FG_COLOR); ili9341_set_background(LCD_BG_COLOR); - ili9341_fill(FREQUENCIES_XPOS1, FREQUENCIES_YPOS, LCD_WIDTH - FREQUENCIES_XPOS1, LCD_HEIGHT - FREQUENCIES_YPOS); + ili9341_fill(FREQUENCIES_XPOS1, CHART_BOTTOM + 1, LCD_WIDTH - FREQUENCIES_XPOS1, LCD_HEIGHT - CHART_BOTTOM - 1); if (uistat.lever_mode == LM_CENTER) buf1[0] = S_SARROW[0]; if (uistat.lever_mode == LM_SPAN)