We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7442ac commit 5fdad0cCopy full SHA for 5fdad0c
docs/examples.rst
@@ -6,3 +6,22 @@ Ensure your device works with this simple test.
6
.. literalinclude:: ../examples/spd1656_simpletest.py
7
:caption: examples/spd1656_simpletest.py
8
:linenos:
9
+
10
+Stripes test
11
+------------
12
13
+Show stripes with each of the colors that can be displayed
14
15
+.. literalinclude:: ../examples/spd1656_color_stripes.py
16
+ :caption: examples/spd1656_color_stripes.py
17
+ :linenos:
18
19
+Colors and Text Example
20
+-----------------------
21
22
+Display a filled colored rectangle with a different
23
+border color and test layered on top in the center.
24
25
+.. literalinclude:: ../examples/spd1656_colors_and_text.py
26
+ :caption: examples/spd1656_colors_and_text.py
27
0 commit comments