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