Closed
Description
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