diff options
author | Tom Igoe <t.igoe@arduino.cc> | 2009-08-05 14:41:27 +0000 |
---|---|---|
committer | Tom Igoe <t.igoe@arduino.cc> | 2009-08-05 14:41:27 +0000 |
commit | 79b7ecdd92973f4aa67a6bcaa8bd12a10e5b5133 (patch) | |
tree | c5ed76441bcdd7c51b6bf07d7b0ba16444dbaee6 /libraries/LiquidCrystal | |
parent | 6f28053a8e05a71147254e97cad5d1e754ad4a95 (diff) |
Checked and updated all LiquidCrystal examples
Diffstat (limited to 'libraries/LiquidCrystal')
-rw-r--r-- | libraries/LiquidCrystal/examples/Autoscroll/Autoscroll.pde | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/LiquidCrystal/examples/Autoscroll/Autoscroll.pde b/libraries/LiquidCrystal/examples/Autoscroll/Autoscroll.pde index 8783a3d..bf33743 100644 --- a/libraries/LiquidCrystal/examples/Autoscroll/Autoscroll.pde +++ b/libraries/LiquidCrystal/examples/Autoscroll/Autoscroll.pde @@ -7,7 +7,7 @@ can usually tell them by the 16-pin interface. This sketch demonstrates the use of the autoscroll() - and noAutoscroll() functions. + and noAutoscroll() functions to make new text scroll or not. The circuit: * LCD RS pin to digital pin 12 @@ -26,6 +26,8 @@ by Limor Fried (http://www.ladyada.net) example added 9 Jul 2009 by Tom Igoe + modified 25 July 2009 + by David A. Mellis http://www.arduino.cc/en/Tutorial/LiquidCrystal */ |