fix backspace rendering

scan_delay_optimize
cho45 6 years ago
parent 197fd38862
commit 2d1b2fcfbd

@ -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…
Cancel
Save

Powered by TurnKey Linux.