From 58b4e52f7f7340f50f56363575dd2b08d71eec0e Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 25 Jul 2009 18:26:29 +0000 Subject: Updating LiquidCrystal API and examples. --- libraries/LiquidCrystal/examples/Cursor/Cursor.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries/LiquidCrystal/examples/Cursor') diff --git a/libraries/LiquidCrystal/examples/Cursor/Cursor.pde b/libraries/LiquidCrystal/examples/Cursor/Cursor.pde index e28c719..dcc27e5 100644 --- a/libraries/LiquidCrystal/examples/Cursor/Cursor.pde +++ b/libraries/LiquidCrystal/examples/Cursor/Cursor.pde @@ -45,10 +45,10 @@ void setup() { } void loop() { - // Turn off the display: + // Turn off the cursor: lcd.noCursor(); delay(500); - // Turn on the display: + // Turn on the cursor: lcd.cursor(); delay(500); } -- cgit v1.2.3-18-g5258