|
| 1 | +Simple test |
| 2 | +------------ |
| 3 | + |
1 | 4 | Ensure your device works with this simple test.
|
2 | 5 |
|
3 | 6 | .. literalinclude:: ../examples/led_animation_simpletest.py
|
4 | 7 | :caption: examples/led_animation_simpletest.py
|
5 | 8 | :linenos:
|
6 | 9 |
|
7 |
| -Explore the other features with these examples. |
| 10 | +Basic Animations |
| 11 | +---------------- |
| 12 | + |
| 13 | +Demonstrates the basic animations. |
8 | 14 |
|
9 | 15 | .. literalinclude:: ../examples/led_animation_basic_animations.py
|
10 | 16 | :caption: examples/led_animation_basic_animations.py
|
11 | 17 | :linenos:
|
12 | 18 |
|
| 19 | +All Animations |
| 20 | +---------------- |
| 21 | + |
| 22 | +Demonstrates the entire suite of animations. |
| 23 | + |
13 | 24 | .. literalinclude:: ../examples/led_animation_all_animations.py
|
14 | 25 | :caption: examples/led_animation_all_animations.py
|
15 | 26 | :linenos:
|
16 | 27 |
|
| 28 | +Pixel Map |
| 29 | +--------- |
| 30 | + |
| 31 | +Demonstrates the pixel mapping feature. |
| 32 | + |
17 | 33 | .. literalinclude:: ../examples/led_animation_pixel_map.py
|
18 | 34 | :caption: examples/led_animation_pixel_map.py
|
19 | 35 | :linenos:
|
20 | 36 |
|
| 37 | +Animation Sequence |
| 38 | +------------------ |
| 39 | + |
| 40 | +Demonstrates the animation sequence feature. |
| 41 | + |
21 | 42 | .. literalinclude:: ../examples/led_animation_sequence.py
|
22 | 43 | :caption: examples/led_animation_sequence.py
|
23 | 44 | :linenos:
|
24 | 45 |
|
| 46 | +Animation Group |
| 47 | +--------------- |
| 48 | + |
| 49 | +Demonstrates the animation group feature. |
| 50 | + |
25 | 51 | .. literalinclude:: ../examples/led_animation_group.py
|
26 | 52 | :caption: examples/led_animation_group.py
|
27 | 53 | :linenos:
|
28 | 54 |
|
| 55 | +Blink |
| 56 | +----- |
| 57 | + |
| 58 | +Demonstrates the blink animation. |
| 59 | + |
29 | 60 | .. literalinclude:: ../examples/led_animation_blink.py
|
30 | 61 | :caption: examples/led_animation_blink.py
|
31 | 62 | :linenos:
|
32 | 63 |
|
| 64 | +Comet |
| 65 | +----- |
| 66 | + |
| 67 | +Demonstrates the comet animation. |
| 68 | + |
33 | 69 | .. literalinclude:: ../examples/led_animation_comet.py
|
34 | 70 | :caption: examples/led_animation_comet.py
|
35 | 71 | :linenos:
|
36 | 72 |
|
| 73 | +Chase |
| 74 | +----- |
| 75 | + |
| 76 | +Demonstrates the chase animation. |
| 77 | + |
37 | 78 | .. literalinclude:: ../examples/led_animation_chase.py
|
38 | 79 | :caption: examples/led_animation_chase.py
|
39 | 80 | :linenos:
|
40 | 81 |
|
| 82 | +Rainbow |
| 83 | +------- |
| 84 | + |
| 85 | +Demonstrates the rainbow animations. |
| 86 | + |
41 | 87 | .. literalinclude:: ../examples/led_animation_rainbow_animations.py
|
42 | 88 | :caption: examples/led_animation_rainbow_animations.py
|
43 | 89 | :linenos:
|
44 | 90 |
|
| 91 | +Sparkle |
| 92 | +------- |
| 93 | + |
| 94 | +Demonstrates the sparkle animations. |
| 95 | + |
45 | 96 | .. literalinclude:: ../examples/led_animation_sparkle_animations.py
|
46 | 97 | :caption: examples/led_animation_sparkle_animations.py
|
47 | 98 | :linenos:
|
0 commit comments