Skip to content

Commit 0cc69a9

Browse files
committed
Update the readme
1 parent 7040efb commit 0cc69a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ Display a number in hexadecimal format 0000 through FFFF.
164164
hex(val)
165165
```
166166

167-
Display a number -999 through 9999.
167+
Display a number -999 through 9999, right aligned.
168168
```
169169
number(num)
170170
```
171171

172-
Display 2 independent numbers on either side of the (optional) colon.
172+
Display 2 independent numbers on either side of the (optional) colon, with leading zeros.
173173
```
174174
numbers(num1, num2, colon=True)
175175
```
@@ -181,6 +181,7 @@ temperature(num)
181181

182182
Show a string on the display.
183183
Shorthand for write(encode_string()).
184+
Limited to first 4 characters.
184185
```
185186
show(string, colon=False)
186187
```

0 commit comments

Comments
 (0)