-
Notifications
You must be signed in to change notification settings - Fork 11
Comparing changes
Open a pull request
base repository: adafruit/Adafruit_CircuitPython_turtle
base: 3.1.0
head repository: adafruit/Adafruit_CircuitPython_turtle
compare: main
- 15 commits
- 23 files changed
- 3 contributors
Commits on Dec 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e921f79 - Browse repository at this point
Copy the full SHA e921f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96222c3 - Browse repository at this point
Copy the full SHA 96222c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 591b805 - Browse repository at this point
Copy the full SHA 591b805View commit details
Commits on Dec 5, 2024
-
Account for fractions of a pixel when drawing
Previously, the endpoint of the line was always moved along in increments of 1 pixel, so that the endpoint would always be rounded down. This could accumulate to give quite large differences from what the program intended. Ensure that "goto" always ends up storing the floating point endpoints and that the line is drawn from the rounded-integer starting coordinate and rounded-integer ending coordinate. This makes the 3 test lines in the OP's "turtle_truncate.txt" example be the same length. Closes: #41
Configuration menu - View commit details
-
Copy full SHA for 614e9e2 - Browse repository at this point
Copy the full SHA 614e9e2View commit details -
Merge pull request #45 from adafruit/issue41
Account for fractions of a pixel when drawing
Configuration menu - View commit details
-
Copy full SHA for 49d941a - Browse repository at this point
Copy the full SHA 49d941aView commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 277983a - Browse repository at this point
Copy the full SHA 277983aView commit details -
Merge pull request #48 from FoamyGuy/visible_turtle_loc_fix
fix for visible turtle location
Configuration menu - View commit details
-
Copy full SHA for 63a6ffb - Browse repository at this point
Copy the full SHA 63a6ffbView commit details
Commits on Dec 12, 2024
-
Merge pull request #44 from FoamyGuy/circle_and_dot_fix
make circle and dot always use degrees internally
Configuration menu - View commit details
-
Copy full SHA for b94d548 - Browse repository at this point
Copy the full SHA b94d548View commit details
Commits on Jan 16, 2025
-
add sphinx configuration to rtd.yaml
Signed-off-by: foamyguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5aaa6ab - Browse repository at this point
Copy the full SHA 5aaa6abView commit details
Commits on Feb 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cb4511a - Browse repository at this point
Copy the full SHA cb4511aView commit details
Commits on Feb 28, 2025
-
Merge pull request #49 from justmobilize/remove-secrets-usage
Remove secrets usage
Configuration menu - View commit details
-
Copy full SHA for 5da667a - Browse repository at this point
Copy the full SHA 5da667aView commit details
Commits on May 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8ee4425 - Browse repository at this point
Copy the full SHA 8ee4425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d945fe - Browse repository at this point
Copy the full SHA 4d945feView commit details
Commits on May 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3446470 - Browse repository at this point
Copy the full SHA 3446470View commit details
Commits on May 28, 2025
-
Merge pull request #51 from FoamyGuy/displayio_api_update
displayio API update
Configuration menu - View commit details
-
Copy full SHA for bbe12f0 - Browse repository at this point
Copy the full SHA bbe12f0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.1.0...main