We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7040efb commit 0cc69a9Copy full SHA for 0cc69a9
README.md
@@ -164,12 +164,12 @@ Display a number in hexadecimal format 0000 through FFFF.
164
hex(val)
165
```
166
167
-Display a number -999 through 9999.
+Display a number -999 through 9999, right aligned.
168
169
number(num)
170
171
172
-Display 2 independent numbers on either side of the (optional) colon.
+Display 2 independent numbers on either side of the (optional) colon, with leading zeros.
173
174
numbers(num1, num2, colon=True)
175
@@ -181,6 +181,7 @@ temperature(num)
181
182
Show a string on the display.
183
Shorthand for write(encode_string()).
184
+Limited to first 4 characters.
185
186
show(string, colon=False)
187
0 commit comments