mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
Fix drop on version screen if enter from keyboard
This commit is contained in:
parent
66c63c3a11
commit
3c0a23d92b
4
ui.c
4
ui.c
|
|
@ -451,7 +451,7 @@ static void
|
||||||
show_version(void)
|
show_version(void)
|
||||||
{
|
{
|
||||||
int x = 5, y = 5, i = 1;
|
int x = 5, y = 5, i = 1;
|
||||||
// adc_stop();
|
adc_stop();
|
||||||
ili9341_set_foreground(DEFAULT_FG_COLOR);
|
ili9341_set_foreground(DEFAULT_FG_COLOR);
|
||||||
ili9341_set_background(DEFAULT_BG_COLOR);
|
ili9341_set_background(DEFAULT_BG_COLOR);
|
||||||
|
|
||||||
|
|
@ -492,7 +492,7 @@ show_version(void)
|
||||||
// ili9341_drawstring(buffer, x, y + FONT_STR_HEIGHT + 2);
|
// ili9341_drawstring(buffer, x, y + FONT_STR_HEIGHT + 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
// touch_start_watchdog();
|
touch_start_watchdog();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue