mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
More screen size depends definition fixes
This commit is contained in:
parent
e34f460b22
commit
2f288d20cd
2
ui.c
2
ui.c
|
|
@ -335,7 +335,7 @@ touch_draw_test(void)
|
|||
ili9341_set_foreground(DEFAULT_FG_COLOR);
|
||||
ili9341_set_background(DEFAULT_BG_COLOR);
|
||||
ili9341_clear_screen();
|
||||
ili9341_drawstring("TOUCH TEST: DRAG PANEL", OFFSETX, 233);
|
||||
ili9341_drawstring("TOUCH TEST: DRAG PANEL", OFFSETX, LCD_HEIGHT - FONT_GET_HEIGHT);
|
||||
|
||||
touch_wait_pressed();
|
||||
touch_position(&x0, &y0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue