From e34f460b227abebc2bd711af747b58804517a0d8 Mon Sep 17 00:00:00 2001 From: DiSlord Date: Mon, 30 Mar 2020 21:45:06 +0300 Subject: [PATCH] Fix typo --- ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.c b/ui.c index 7b3f89d..3b30f8a 100644 --- a/ui.c +++ b/ui.c @@ -309,7 +309,7 @@ touch_cal_exec(void) ili9341_clear_screen(); ili9341_line(LCD_WIDTH-1, LCD_HEIGHT-1, LCD_WIDTH-1, LCD_HEIGHT-32); ili9341_line(LCD_WIDTH-1, LCD_HEIGHT-1, LCD_WIDTH-32, LCD_HEIGHT-1); - ili9341_drawstring("TOUCH LOWER RIGHT", LCD_HEIGHT-FONT_GET_HEIGHT-10, LCD_WIDTH-17*(FONT_WIDTH)-10); + ili9341_drawstring("TOUCH LOWER RIGHT", LCD_WIDTH-17*(FONT_WIDTH)-10, LCD_HEIGHT-FONT_GET_HEIGHT-10); touch_wait_release(); x2 = last_touch_x;