setCursor()
描述
移動液晶顯示器的游標至指定位置。
語法
lcd.setCursor(col, row)
參數
col
:游標新位置的行數,行數從 0 開始計算
row
:游標新位置的列數,列數從 0 開始計算
The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.