From 66c454f2e6887f1c228456827dcabb0b2acc3ebb Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Wed, 5 Aug 2009 14:41:27 +0000 Subject: [PATCH] Checked and updated all LiquidCrystal examples --- .../LiquidCrystal/examples/Autoscroll/Autoscroll.pde | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hardware/libraries/LiquidCrystal/examples/Autoscroll/Autoscroll.pde b/hardware/libraries/LiquidCrystal/examples/Autoscroll/Autoscroll.pde index 8783a3da0..bf33743ca 100644 --- a/hardware/libraries/LiquidCrystal/examples/Autoscroll/Autoscroll.pde +++ b/hardware/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 */