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