mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
Fix typo
This commit is contained in:
parent
20649012df
commit
e34f460b22
2
ui.c
2
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue