这里会显示出您选择的修订版和当前版本之间的差别。
|
en:arduino:libraries:liquidcrystalcursor [2016/12/25 22:15] |
en:arduino:libraries:liquidcrystalcursor [2016/12/25 22:15] (当前版本) |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | [[en:arduino:libraries:liquidcrystal|LiquidCrystal]] | ||
| + | ====== cursor() ====== | ||
| + | |||
| + | ===== Description ===== | ||
| + | |||
| + | Display the LCD cursor: an underscore (line) at the position to which the next character will be written. | ||
| + | ===== Syntax ===== | ||
| + | |||
| + | lcd.cursor() | ||
| + | ===== Parameters ===== | ||
| + | |||
| + | lcd: a variable of type LiquidCrystal | ||
| + | ===== Example ===== | ||
| + | |||
| + | cursor() and noCursor() | ||
| + | ===== See also ===== | ||
| + | |||
| + | noCursor() | ||
| + | |||
| + | |||
| + | [[en:arduino:libraries|Reference Home]] | ||