We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b101ab8 + 38af7a0 commit b8538c6Copy full SHA for b8538c6
adafruit_led_animation/animation/comet.py
@@ -37,6 +37,8 @@ class Comet(Animation):
37
:param pixel_object: The initialised LED object.
38
:param float speed: Animation speed in seconds, e.g. ``0.1``.
39
:param color: Animation color in ``(r, g, b)`` tuple, or ``0x000000`` hex format.
40
+ :param background_color: Background color in ``(r, g, b)`` tuple, or ``0x000000`` hex format.
41
+ Defaults to BLACK.
42
:param int tail_length: The length of the comet. Defaults to 25% of the length of the
43
``pixel_object``. Automatically compensates for a minimum of 2 and a
44
maximum of the length of the ``pixel_object``.
0 commit comments