创客百科

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

用户工具

站点工具


en:arduino:libraries:liquidcrystalautoscroll

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

en:arduino:libraries:liquidcrystalautoscroll [2016/12/25 22:15] (当前版本)
行 1: 行 1:
 +[[en:​arduino:​libraries:​liquidcrystal|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()
 +
 +
 +[[en:​arduino:​libraries|Reference Home]]
en/arduino/libraries/liquidcrystalautoscroll.txt · 最后更改: 2016/12/25 22:15 (外部编辑)