File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,12 @@ class Label(displayio.Group):
50
50
"""A label displaying a string of text that is stored in a bitmap.
51
51
Note: This ``bitmap_label.py`` library utilizes a bitmap to display the text.
52
52
This method is memory-conserving relative to ``label.py``.
53
- For the bitmap_label library, the font, text, and line_spacing must be set at
54
- instancing and are immutable. The ``max_glyphs`` parameter is ignored and is present
53
+ The ``max_glyphs`` parameter is ignored and is present
55
54
only for direct compatability with label.py.
56
- For use cases where text changes are required after the initial instancing, please
57
- use the `label.py` library.
58
- For further reduction in memory usage, set save_text to False (text string will not
59
- be stored ).
55
+
56
+ For further reduction in memory usage, set ``save_text=False`` (text string will not
57
+ be stored and ``line_spacing`` and ``font`` are immutable with ``save_text``
58
+ set to ``False`` ).
60
59
61
60
The origin point set by ``x`` and ``y``
62
61
properties will be the left edge of the bounding box, and in the center of a M
You can’t perform that action at this time.
0 commit comments