Migrating wiki contents from Google Code
This commit is contained in:
18
setDisplayToError.md
Normal file
18
setDisplayToError.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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();
|
||||
```
|
||||
Reference in New Issue
Block a user