problems with using drawString() to Displays a variable-length string #1997
Answered
by
Bodmer
baloyou
asked this question in
Q&A - General
-
hello, bodmer i have a problems about it's normal.
but ,when i display "1234",The last 5 entered did not disappear
I can only type this way(add a space after 4)
Is there a better way? thanks!! |
Beta Was this translation helpful? Give feedback.
Answered by
Bodmer
Sep 9, 2022
Replies: 1 comment
-
Use the tft.setTextPadding(w) to define the width in pixels of the area to be blanked. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Bodmer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the tft.setTextPadding(w) to define the width in pixels of the area to be blanked.