Skip to content

Commit 1440e4f

Browse files
committed
Sorting and documenting all the example provided.
1 parent cac8a77 commit 1440e4f

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

docs/examples.rst

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ Ensure your device works with this simple test.
77
:caption: examples/is31fl3731_simpletest.py
88
:linenos:
99

10-
Other Examples
10+
Matrix Examples
1111
---------------
1212

13+
Other examples working on matrix display.
14+
1315
.. literalinclude:: ../examples/is31fl3731_blink_example.py
1416
:caption: examples/is31fl3731_blink_example.py
1517
:linenos:
@@ -25,3 +27,31 @@ Other Examples
2527
.. literalinclude:: ../examples/is31fl3731_wave_example.py
2628
:caption: examples/is31fl3731_wave_example.py
2729
:linenos:
30+
31+
Pillow Examples
32+
---------------
33+
34+
Examples that utilize the Python Imaging Library (Pillow) for use on (Linux)
35+
computers that are using CPython with Adafruit Blinka to support CircuitPython
36+
libraries. CircuitPython does not support PIL/pillow (python imaging library)!
37+
38+
.. literalinclude:: ../examples/is31fl3731_pillow_animated_gif.py
39+
:caption: examples/is31fl3731_pillow_animated_gif.py
40+
:linenos:
41+
42+
.. literalinclude:: ../examples/is31fl3731_pillow_marquee.py
43+
:caption: examples/is31fl3731_pillow_marquee.py
44+
:linenos:
45+
46+
.. literalinclude:: ../examples/is31fl3731_pillow_numbers.py
47+
:caption: examples/is31fl3731_pillow_numbers.py
48+
:linenos:
49+
50+
Led Shim Example
51+
----------------
52+
53+
Example that work on the RGB Led Shim.
54+
55+
.. literalinclude:: ../examples/is31fl3731_ledshim_rainbow.py
56+
:caption: examples/is31fl3731_ledshim_rainbow.py
57+
:linenos:

0 commit comments

Comments
 (0)