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 c7b667b commit 6d883bbCopy full SHA for 6d883bb
adafruit_display_text/text_box.py
@@ -54,7 +54,7 @@ class TextBox(bitmap_label.Label):
54
:param width: The width of the TextBox in pixels.
55
:param height: The height of the TextBox in pixels.
56
:param align: How to align the text within the box,
57
- valid values are `ALIGN_LEFT`, `ALIGN_CENTER`, `ALIGN_RIGHT`.
+ valid values are ``ALIGN_LEFT``, ``ALIGN_CENTER``, ``ALIGN_RIGHT``.
58
"""
59
60
ALIGN_LEFT = const(0)
docs/api.rst
@@ -19,3 +19,6 @@
19
20
.. automodule:: adafruit_display_text.outlined_label
21
:members:
22
+
23
+.. automodule:: adafruit_display_text.text_box
24
+ :members:
0 commit comments