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.