mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-05 14:35:50 +00:00
Merge pull request #25 from cho45/fix-backspace-on-touchpad
fix backspace rendering
This commit is contained in:
commit
7a2d06c315
1 changed files with 3 additions and 0 deletions
3
ui.c
3
ui.c
|
|
@ -1155,6 +1155,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