Problem printing special character '█' aka '\u2588' or ASCII Character 219 #1820
Unanswered
JDwyer0097
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hello, This is probably fixed (but not published yet) by the fix for #1743 Bert |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi Bert, |
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'm using the block character to construct a visual map of a maze, but use of the character seems to be unreliable. In the image below, you can see the first image is drawn correctly. The second image is mostly correct except for the top right. The bigger the map the more it mucks up.
Is it likely something I'm doing wrong or is it an issue with printing special characters from Pybricks? Any ideas of solutions?
Below is sample code that should demonstrate the error. Note if you make it a 3x3 maze it prints correctly. However if you make it a 20x20 maze it has errors.
Beta Was this translation helpful? Give feedback.
All reactions