创客百科

姿势共享,有节操无门槛参与的创客百科,创客动力之源 \ (^_^) /

用户工具

站点工具


en:arduino:libraries:liquidcrystalautoscroll

LiquidCrystal

autoscroll()

Description

Turns on automatic scrolling of the LCD. This causes each character output to the display to push previous characters over by one space. If the current text direction is left-to-right (the default), the display scrolls to the left; if the current direction is right-to-left, the display scrolls to the right. This has the effect of outputting each new character to the same location on the LCD.

Syntax

lcd.autoscroll()

Parameters

lcd: a variable of type LiquidCrystal

See also

noAutoscroll()

Reference Home

本页面的其他翻译:
en/arduino/libraries/liquidcrystalautoscroll.txt · 最后更改: 2016/12/25 22:15 (外部编辑)