print continuous chars with ascii index #2493
Unanswered
ruediheimlicher
asked this question in
Q&A
Replies: 2 comments
-
you could use the drawGlyph function (https://github.com/olikraus/u8g2/wiki/u8g2reference#drawglyph). |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks, works.
Mit freundlichen Grüssen
Ruedi Heimlicher
… Am 29.08.2024 um 20:57 schrieb olikraus ***@***.***>:
you could use the drawGlyph function (https://github.com/olikraus/u8g2/wiki/u8g2reference#drawglyph).
The result of your calculation is a valid unicode, which can be passed to drawGlyph
—
Reply to this email directly, view it on GitHub <#2493 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAJMUGCNIWAD6HURTD3VA3LZT5VKRAVCNFSM6AAAAABNLAZMTWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBZGA4DANQ>.
You are receiving this because you authored the thread.
|
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
-
I want to print a char as result of a calculation. e.g ('A'+ i) with i in a range of 0 to 10
In C this is possible, but with a u8g2-call?
Beta Was this translation helpful? Give feedback.
All reactions