How to make drawString print a string #3734
Unanswered
perigalacticon
asked this question in
Q&A - Fonts
Replies: 1 comment
-
Hi,it seems drawstring is depreciated and print() could be now the way: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I define a String variable: String mode = "abcde"; Then I use: tft.drawString(mode, xpos, ypos, 6); and all that is printed is: a. Is this supposed to work? drawFloat works just fine. What am I doing wrong, thanks.
Beta Was this translation helpful? Give feedback.
All reactions