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

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();
```