Open ricknun opened 2 weeks ago
All 4 problems are fixed by adding turtle.mode("standard") to the example code. It appears the default turtle mode was changed from "standard" to "logo" since these example files were posted. Instead of changing all the example code I suggest changing the default mode back to "standard".
I also suggest as positively as possible, to do more regression testing before major releases. (:-)
There are several problems in the CircuitPython version 9 example code at "Turtle Graphics in CircuitPython on TFT Gizmo" by John Park: https://learn.adafruit.com/turtle-graphics-gizmo/turtle-graphics-on-gizmo
I am using a Circuit Playground Bluefruit + TFT Gizmo + "Adafruit CircuitPython 9.1.4 on 2024-09-17" + the CircuitPython v9 code.py and \lib files from the example bundles. See the attached photos of Project Bundles "Star" (mis-rotated 90 degrees counter-clockwise), "Hilbert Curve" (incorrect origin), "Koch Snowflake" (incorrect origin), and "Christmas Tree" (tree mis-rotated 90 degrees, ornaments correct). Here are Cygwin diffs to show the changes I made to the 4 code.py files to make the images agree with those shown online.