Files
tm1638-library/setDisplayToError.md
2015-03-15 10:11:53 -04:00

18 lines
359 B
Markdown

# setDisplayToError Reference (TM1638/TM1640) #
Set the display to an error message. Is called on overflow in [setDisplayToDecNumber](setDisplayToDecNumber.md)
```
void setDisplayToError();
```
| Argument | Detail | Default | Since |
|:---------|:-------|:--------|:------|
| | | | |
# Example #
Display an error:
```
module1.setDisplayToError();
```