Displaying a QRCode as a Static widget #2821
-
Beta Was this translation helpful? Give feedback.
Answered by
willmcgugan
Jun 22, 2023
Replies: 1 comment 1 reply
-
I'm guessing you have escape sequences in your qrcode string. Try running it through Please post code if you need further help. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
labo-China
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm guessing you have escape sequences in your qrcode string. Try running it through
Text.from_ansi
before printing.Please post code if you need further help.