noDisplay()

描述

隐藏液晶显示器印出的资料,被隐藏的资料并不会消失,可以呼叫 display() 使被隐藏的资料重新显示。

语法


lcd.noDisplay()

参数

无参数

范例

display() and noDisplay()

See also

display()


函式库参考主页面

The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.