Skip to content

Commit 8002ef1

Browse files
committed
Add details.
1 parent fd78e62 commit 8002ef1

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

docs/examples.rst

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,98 @@
1+
Simple test
2+
------------
3+
14
Ensure your device works with this simple test.
25

36
.. literalinclude:: ../examples/led_animation_simpletest.py
47
:caption: examples/led_animation_simpletest.py
58
:linenos:
69

7-
Explore the other features with these examples.
10+
Basic Animations
11+
----------------
12+
13+
Demonstrates the basic animations.
814

915
.. literalinclude:: ../examples/led_animation_basic_animations.py
1016
:caption: examples/led_animation_basic_animations.py
1117
:linenos:
1218

19+
All Animations
20+
----------------
21+
22+
Demonstrates the entire suite of animations.
23+
1324
.. literalinclude:: ../examples/led_animation_all_animations.py
1425
:caption: examples/led_animation_all_animations.py
1526
:linenos:
1627

28+
Pixel Map
29+
---------
30+
31+
Demonstrates the pixel mapping feature.
32+
1733
.. literalinclude:: ../examples/led_animation_pixel_map.py
1834
:caption: examples/led_animation_pixel_map.py
1935
:linenos:
2036

37+
Animation Sequence
38+
------------------
39+
40+
Demonstrates the animation sequence feature.
41+
2142
.. literalinclude:: ../examples/led_animation_sequence.py
2243
:caption: examples/led_animation_sequence.py
2344
:linenos:
2445

46+
Animation Group
47+
---------------
48+
49+
Demonstrates the animation group feature.
50+
2551
.. literalinclude:: ../examples/led_animation_group.py
2652
:caption: examples/led_animation_group.py
2753
:linenos:
2854

55+
Blink
56+
-----
57+
58+
Demonstrates the blink animation.
59+
2960
.. literalinclude:: ../examples/led_animation_blink.py
3061
:caption: examples/led_animation_blink.py
3162
:linenos:
3263

64+
Comet
65+
-----
66+
67+
Demonstrates the comet animation.
68+
3369
.. literalinclude:: ../examples/led_animation_comet.py
3470
:caption: examples/led_animation_comet.py
3571
:linenos:
3672

73+
Chase
74+
-----
75+
76+
Demonstrates the chase animation.
77+
3778
.. literalinclude:: ../examples/led_animation_chase.py
3879
:caption: examples/led_animation_chase.py
3980
:linenos:
4081

82+
Rainbow
83+
-------
84+
85+
Demonstrates the rainbow animations.
86+
4187
.. literalinclude:: ../examples/led_animation_rainbow_animations.py
4288
:caption: examples/led_animation_rainbow_animations.py
4389
:linenos:
4490

91+
Sparkle
92+
-------
93+
94+
Demonstrates the sparkle animations.
95+
4596
.. literalinclude:: ../examples/led_animation_sparkle_animations.py
4697
:caption: examples/led_animation_sparkle_animations.py
4798
:linenos:

0 commit comments

Comments
 (0)