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.