这里会显示出您选择的修订版和当前版本之间的差别。
| — |
en:arduino:libraries:liquidcrystalnodisplay [2016/12/25 22:15] (当前版本) |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | [[en:arduino:libraries:liquidcrystal|LiquidCrystal]] | ||
| + | ====== noDisplay() ====== | ||
| + | |||
| + | ===== Description ===== | ||
| + | |||
| + | Turns off the LCD display, without losing the text currently shown on it. | ||
| + | ===== Syntax ===== | ||
| + | |||
| + | lcd.noDisplay() | ||
| + | ===== Parameters ===== | ||
| + | |||
| + | lcd: a variable of type LiquidCrystal | ||
| + | ===== Example ===== | ||
| + | |||
| + | display() and noDisplay() | ||
| + | ===== See also ===== | ||
| + | |||
| + | display() | ||
| + | |||
| + | |||
| + | [[en:arduino:libraries|Reference Home]] | ||