Skip to content

Documentation: "Standard colors" is unclear #39

New issue

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

Closed
ricknun opened this issue Oct 21, 2024 · 0 comments · Fixed by #42
Closed

Documentation: "Standard colors" is unclear #39

ricknun opened this issue Oct 21, 2024 · 0 comments · Fixed by #42
Labels
bug Something isn't working

Comments

@ricknun
Copy link

ricknun commented Oct 21, 2024

CircuitPython version

Adafruit CircuitPython 9.1.4 on 2024-09-17; Adafruit Circuit Playground Bluefruit with nRF52840

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

@ricknun ricknun added the bug Something isn't working label Oct 21, 2024
@tannewt tannewt transferred this issue from adafruit/circuitpython Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant