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

fix backspace rendering
scan_delay_optimize
TT 6 years ago committed by GitHub
commit 7a2d06c315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Powered by TurnKey Linux.