Print a table of some UTF-8 characters #1882
BertLindeman
started this conversation in
Show and tell
Replies: 1 comment 7 replies
-
Hmm... the builtin |
Beta Was this translation helpful? Give feedback.
7 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.
-
Related to issue #1743
Made a program to easily print some UTF-8 graphics.
chatGPT helped to get the code-points utf8 encoded.
And in the end I needed to help chatGPT to get it done in pybricks micropython. 😄
A hint you probably all know: you can collaps a part of the program
by pressing the down-arrow between the line of code and the sequence number.
And re-click to show again.
Nice not to have to scroll past the long
ifwith the excluded ranges.The program (click to show)
Part of the output:
Enjoy,
Bert
Beta Was this translation helpful? Give feedback.
All reactions