doc/common/LightGrid: clarify how blink and pattern relate

blink is just a simpler animation
This commit is contained in:
Laurens Valk
2020-08-25 13:38:09 +02:00
parent 4319b2fad8
commit 0427436df6
+3
View File
@@ -410,6 +410,9 @@ class Light:
The light keeps blinking indefinitely while the rest of your
program keeps running.
This method provides a simple way to make basic but useful patterns.
For more generic and smooth patterns, use :meth:`.animate` instead.
Arguments:
(list): List of (:ref:`time`) values of the
form ``[on_1, off_1, on_2, off_2, ...]``.