Merge pull request #25 from cho45/fix-backspace-on-touchpad

fix backspace rendering
This commit is contained in:
TT 2019-09-06 08:31:52 +09:00 committed by GitHub
commit 7a2d06c315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
ui.c
View file

@ -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