File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ Ensure your device works with this simple test.
7
7
:caption: examples/is31fl3731_simpletest.py
8
8
:linenos:
9
9
10
- Other Examples
10
+ Matrix Examples
11
11
---------------
12
12
13
+ Other examples working on matrix display.
14
+
13
15
.. literalinclude :: ../examples/is31fl3731_blink_example.py
14
16
:caption: examples/is31fl3731_blink_example.py
15
17
:linenos:
@@ -25,3 +27,31 @@ Other Examples
25
27
.. literalinclude :: ../examples/is31fl3731_wave_example.py
26
28
:caption: examples/is31fl3731_wave_example.py
27
29
: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:
You can’t perform that action at this time.
0 commit comments