1
- Simple test
1
+ Simple Test
2
2
------------
3
3
4
4
Ensure your device works with this simple test.
@@ -7,7 +7,7 @@ Ensure your device works with this simple test.
7
7
:caption: examples/display_text_simpletest.py
8
8
:linenos:
9
9
10
- Bitmap_label Simple test
10
+ Bitmap_label Simple Test
11
11
------------------------
12
12
13
13
Simple test using bitmap_label to display text
@@ -16,6 +16,15 @@ Simple test using bitmap_label to display text
16
16
:caption: examples/display_text_bitmap_label_simpletest.py
17
17
:linenos:
18
18
19
+ ScrollingLabel Simple Test
20
+ ---------------------------
21
+
22
+ Simple test using scrolling_label to display text
23
+
24
+ .. literalinclude :: ../examples/display_text_scrolling_label.py
25
+ :caption: examples/display_text_scrolling_label.py
26
+ :linenos:
27
+
19
28
Label vs Bitmap_label Comparison
20
29
--------------------------------
21
30
@@ -25,7 +34,7 @@ Example to compare Label and Bitmap_Label characteristics
25
34
:caption: examples/display_text_label_vs_bitmap_label_comparison.py
26
35
:linenos:
27
36
28
- Background color example
37
+ Background Color Example
29
38
------------------------
30
39
31
40
Show the text backgrounds features
@@ -34,7 +43,7 @@ Show the text backgrounds features
34
43
:caption: examples/display_text_background_color.py
35
44
:linenos:
36
45
37
- Text padding example
46
+ Text Padding Example
38
47
--------------------
39
48
40
49
Show the text padding features in all directions
@@ -61,7 +70,7 @@ Boundingbox demonstration
61
70
:caption: examples/display_text_textarea_boundingbox.py
62
71
:linenos:
63
72
64
- Align Baseline example
73
+ Align Baseline Example
65
74
----------------------
66
75
67
76
Demonstrate how to align different labels to a common horizontal line
@@ -70,7 +79,7 @@ Demonstrate how to align different labels to a common horizontal line
70
79
:caption: examples/display_text_label_align_baseline_comparison.py
71
80
:linenos:
72
81
73
- Magtag example
82
+ Magtag Example
74
83
--------------
75
84
76
85
Uses the MAGTAG to display some text
@@ -79,7 +88,7 @@ Uses the MAGTAG to display some text
79
88
:caption: examples/display_text_magtag.py
80
89
:linenos:
81
90
82
- MatrixPortal example
91
+ MatrixPortal Example
83
92
--------------------
84
93
85
94
Uses the MatrixPortal to display some text
@@ -88,7 +97,7 @@ Uses the MatrixPortal to display some text
88
97
:caption: examples/display_text_matrixportal.py
89
98
:linenos:
90
99
91
- PyPortal example
100
+ PyPortal Example
92
101
----------------
93
102
94
103
Uses the Pyportal to display some text
@@ -97,7 +106,7 @@ Uses the Pyportal to display some text
97
106
:caption: examples/display_text_pyportal.py
98
107
:linenos:
99
108
100
- Wraptest example
109
+ Wraptest Example
101
110
----------------
102
111
103
112
Illustrates the wraptest feature
0 commit comments