fix backspace rendering

This commit is contained in:
cho45 2019-09-05 20:58:10 +09:00
parent 197fd38862
commit 2d1b2fcfbd

3
ui.c
View file

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