这里会显示出您选择的修订版和当前版本之间的差别。
| — |
en:arduino:libraries:liquidcrystallefttoright [2016/12/25 22:15] (当前版本) |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | [[en:arduino:libraries:liquidcrystal|LiquidCrystal]] | ||
| + | ====== leftToRight() ====== | ||
| + | |||
| + | ===== Description ===== | ||
| + | |||
| + | Set the direction for text written to the LCD to left-to-right, the default. This means that subsequent characters written to the display will go from left to right, but does not affect previously-output text. | ||
| + | ===== Syntax ===== | ||
| + | |||
| + | lcd.leftToRight() | ||
| + | ===== Parameters ===== | ||
| + | |||
| + | lcd: a variable of type LiquidCrystal | ||
| + | ===== See also ===== | ||
| + | |||
| + | rightToLeft() | ||
| + | |||
| + | |||
| + | [[en:arduino:libraries|Reference Home]] | ||