You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the dot or circle functions while in radians mode appears to freeze the program for a number of seconds as it draws small lines for dot (instead of a dot) and heads out to a point and back for circle (instead of a circle or any regular polygon) before continuing to run the rest of the program. Using a Circuit Playground Bluefruit with TFT Gizmo.
Using the
dot
orcircle
functions while in radians mode appears to freeze the program for a number of seconds as it draws small lines fordot
(instead of a dot) and heads out to a point and back forcircle
(instead of a circle or any regular polygon) before continuing to run the rest of the program. Using a Circuit Playground Bluefruit with TFT Gizmo.Code to reproduce:
The workaround is to reset mode with
turtle.degrees()
before attempting to call eitherdot
orcircle
.The text was updated successfully, but these errors were encountered: