We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f87ae commit abf1765Copy full SHA for abf1765
adafruit_progressbar/verticalprogressbar.py
@@ -49,7 +49,17 @@ class VerticalProgressBar(ProgressBarBase):
49
the lower-left corner for ascending progress bars (fills from the bottom to
50
to the top in vertical bars, or from the left to the right in horizontal
51
progress bars), upper-left corner for descending progress bars (fills from
52
- the top to the bottom).::
+ the top to the bottom).
53
+
54
+ Using the diagrams below, the bar will fill in the following directions::
55
56
+ -----------------------------
57
+ | Horizontal | Vertical |
58
+ ----------------------------------------------
59
+ | Ascending | 1-3 to 2-4 | 3-4 to 1-2 |
60
61
+ | Descending | 2-4 to 1-3 | 1-2 to 3-4 |
62
63
64
Vertical Horizontal
65
0 commit comments