From 2d1b2fcfbda63b9bf3594d22da1ddf17fc76ff3c Mon Sep 17 00:00:00 2001 From: cho45 Date: Thu, 5 Sep 2019 20:58:10 +0900 Subject: [PATCH] fix backspace rendering --- ui.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui.c b/ui.c index 9e7f090..976d04f 100644 --- a/ui.c +++ b/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