We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adafruit CircuitPython 9.1.4 on 2024-09-17; Adafruit Circuit Playground Bluefruit with nRF52840
None.
See Description.
https://docs.circuitpython.org/projects/turtle/en/stable/api.html#adafruit_turtle.Color says colors are "Standard colors". This led to significant time spent finding https://learn.adafruit.com/circuitpython-led-animations/colors and using the list I found there. Then I learned CYAN is not available to me, so that must not be "Standard colors". After significantly more time I found https://github.com/adafruit/Adafruit_CircuitPython_turtle/blob/main/adafruit_turtle.py and the list of colors I want (I think, still not sure). Please take the time to document things like this, or at least where I can find the information I need.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
CircuitPython version
Code/REPL
None.
Behavior
See Description.
Description
https://docs.circuitpython.org/projects/turtle/en/stable/api.html#adafruit_turtle.Color says colors are "Standard colors". This led to significant time spent finding https://learn.adafruit.com/circuitpython-led-animations/colors and using the list I found there. Then I learned CYAN is not available to me, so that must not be "Standard colors". After significantly more time I found https://github.com/adafruit/Adafruit_CircuitPython_turtle/blob/main/adafruit_turtle.py and the list of colors I want (I think, still not sure). Please take the time to document things like this, or at least where I can find the information I need.
Additional information
No response
The text was updated successfully, but these errors were encountered: