这里会显示出您选择的修订版和当前版本之间的差别。
| 
                    en:arduino:libraries:liquidcrystalclear [2016/12/25 22:15] | 
                
                    en:arduino:libraries:liquidcrystalclear [2016/12/25 22:15] (当前版本) | 
            ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | [[en:arduino:libraries:liquidcrystal|LiquidCrystal]] | ||
| + | ====== clear() ====== | ||
| + | |||
| + | |||
| + | ===== Description ===== | ||
| + | |||
| + | Clears the LCD screen and positions the cursor in the upper-left corner. | ||
| + | ===== Syntax ===== | ||
| + | |||
| + | lcd.clear() | ||
| + | ===== Parameters ===== | ||
| + | |||
| + | lcd: a variable of type LiquidCrystal | ||
| + | |||
| + | [[en:arduino:libraries|Reference Home]] | ||