mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-05 14:35:50 +00:00
fix backspace rendering
This commit is contained in:
parent
197fd38862
commit
2d1b2fcfbd
1 changed files with 3 additions and 0 deletions
3
ui.c
3
ui.c
|
|
@ -1119,6 +1119,9 @@ draw_numeric_input(const char *buf)
|
|||
x += xsim[i];
|
||||
}
|
||||
}
|
||||
if (i < 10) {
|
||||
ili9341_fill(x, 208+4, 20*(10-i), 24, 0xffff);
|
||||
}
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue