autoscroll()

描述

启动液晶显示器自动滚动的功能,启动自动滚动的功能后,如果目前字元排列的方式是由左至右(预设的状态),每次有新的字元要显示在液晶显示器上时,都会使原本显示的字元往左移动一行,反之如果是由右至左则会往右移动一行,如此使每次新加入的字元都会在同一个位置上。

语法


lcd.autoscroll()

参数

无参数

See also

noAutoscroll()


函式库参考主页面

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.