Skip to content

Commit 54f3729

Browse files
committed
initial Commit for draft
1 parent a3112cd commit 54f3729

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

adafruit_display_text/bitmap_label.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ class Label(LabelBase):
7676
This is helpful when two or more labels need to be aligned to the same baseline
7777
:param (int,str) tab_replacement: tuple with tab character replace information. When
7878
(4, " ") will indicate a tab replacement of 4 spaces, defaults to 4 spaces by
79-
tab character"""
79+
tab character
80+
:param str label_direction: string defining the label text orientation. There are 5
81+
configurations possibles ``LTR``-Left-To-Right ``RTL``-Right-To-Left
82+
``TTB``-Top-To-Bottom ``UPR``-Upwards ``DWR``-Downwards. It defaults to ``LTR``"""
8083

8184
# pylint: disable=unused-argument, too-many-instance-attributes, too-many-locals, too-many-arguments
8285
# pylint: disable=too-many-branches, no-self-use, too-many-statements

0 commit comments

Comments
 (0)