Migrating wiki contents from Google Code
This commit is contained in:
18
clearDisplay.md
Normal file
18
clearDisplay.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# clearDisplay Reference (TM1638/TM1640) #
|
||||
|
||||
Clears the display.
|
||||
|
||||
```
|
||||
void clearDisplay();
|
||||
```
|
||||
|
||||
| Argument | Detail | Default |
|
||||
|:---------|:-------|:--------|
|
||||
| | |
|
||||
|
||||
# Example #
|
||||
|
||||
Clear the display on _module1_.
|
||||
```
|
||||
module1.clearDisplay();
|
||||
```
|
||||
Reference in New Issue
Block a user