18 lines
244 B
Markdown
18 lines
244 B
Markdown
# clearDisplay Reference (TM1638/TM1640) #
|
|
|
|
Clears the display.
|
|
|
|
```
|
|
void clearDisplay();
|
|
```
|
|
|
|
| Argument | Detail | Default |
|
|
|:---------|:-------|:--------|
|
|
| | |
|
|
|
|
# Example #
|
|
|
|
Clear the display on _module1_.
|
|
```
|
|
module1.clearDisplay();
|
|
``` |