Skip to content

Commit

Permalink
Update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mcauser committed Jan 23, 2018
1 parent 7040efb commit 0cc69a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ Display a number in hexadecimal format 0000 through FFFF.
hex(val)
```

Display a number -999 through 9999.
Display a number -999 through 9999, right aligned.
```
number(num)
```

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.
```
numbers(num1, num2, colon=True)
```
Expand All @@ -181,6 +181,7 @@ temperature(num)

Show a string on the display.
Shorthand for write(encode_string()).
Limited to first 4 characters.
```
show(string, colon=False)
```
Expand Down

0 comments on commit 0cc69a9

Please sign in to comment.