From a2ce323bae2b740df10c57128c33a321d1024872 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Mon, 22 Nov 2010 09:36:23 -0500 Subject: [PATCH] fixed comments in LIquidCrystal examples per issue 402 --- examples/Autoscroll/Autoscroll.pde | 5 +++-- examples/Blink/Blink.pde | 3 ++- examples/Cursor/Cursor.pde | 3 ++- examples/Display/Display.pde | 3 ++- examples/HelloWorld/HelloWorld.pde | 3 ++- examples/Scroll/Scroll.pde | 5 +++-- examples/SerialDisplay/SerialDisplay.pde | 3 ++- examples/TextDirection/TextDirection.pde | 5 +++-- examples/setCursor/setCursor.pde | 3 ++- 9 files changed, 21 insertions(+), 12 deletions(-) diff --git a/examples/Autoscroll/Autoscroll.pde b/examples/Autoscroll/Autoscroll.pde index 0352090..27123ad 100644 --- a/examples/Autoscroll/Autoscroll.pde +++ b/examples/Autoscroll/Autoscroll.pde @@ -16,6 +16,7 @@ * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 + * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) @@ -26,8 +27,8 @@ by Limor Fried (http://www.ladyada.net) example added 9 Jul 2009 by Tom Igoe - modified 25 July 2009 - by David A. Mellis + modified 22 Nov 2010 + by Tom Igoe This example code is in the public domain. diff --git a/examples/Blink/Blink.pde b/examples/Blink/Blink.pde index 5156336..e410424 100644 --- a/examples/Blink/Blink.pde +++ b/examples/Blink/Blink.pde @@ -16,6 +16,7 @@ * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 + * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) @@ -26,7 +27,7 @@ by Limor Fried (http://www.ladyada.net) example added 9 Jul 2009 by Tom Igoe - modified 8 Feb 2010 + modified 22 Nov 2010 by Tom Igoe This example code is in the public domain. diff --git a/examples/Cursor/Cursor.pde b/examples/Cursor/Cursor.pde index efc49cc..28e2a6a 100644 --- a/examples/Cursor/Cursor.pde +++ b/examples/Cursor/Cursor.pde @@ -17,6 +17,7 @@ * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 + * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) @@ -27,7 +28,7 @@ by Limor Fried (http://www.ladyada.net) example added 9 Jul 2009 by Tom Igoe - modified 8 Feb 2010 + modified 22 Nov 2010 by Tom Igoe This example code is in the public domain. diff --git a/examples/Display/Display.pde b/examples/Display/Display.pde index e9196c7..b000731 100644 --- a/examples/Display/Display.pde +++ b/examples/Display/Display.pde @@ -17,6 +17,7 @@ * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 + * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) @@ -27,7 +28,7 @@ by Limor Fried (http://www.ladyada.net) example added 9 Jul 2009 by Tom Igoe - modified 8 Feb 2010 + modified 22 Nov 2010 by Tom Igoe This example code is in the public domain. diff --git a/examples/HelloWorld/HelloWorld.pde b/examples/HelloWorld/HelloWorld.pde index 17116a3..e99957d 100644 --- a/examples/HelloWorld/HelloWorld.pde +++ b/examples/HelloWorld/HelloWorld.pde @@ -16,6 +16,7 @@ * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 + * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) @@ -26,7 +27,7 @@ by Limor Fried (http://www.ladyada.net) example added 9 Jul 2009 by Tom Igoe - modified 8 Feb 2010 + modified 22 Nov 2010 by Tom Igoe This example code is in the public domain. diff --git a/examples/Scroll/Scroll.pde b/examples/Scroll/Scroll.pde index edc95cc..71e5e8c 100644 --- a/examples/Scroll/Scroll.pde +++ b/examples/Scroll/Scroll.pde @@ -17,6 +17,7 @@ * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 + * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) @@ -27,8 +28,8 @@ by Limor Fried (http://www.ladyada.net) example added 9 Jul 2009 by Tom Igoe - modified 25 July 2009 - by David A. Mellis + modified 22 Nov 2010 + by Tom Igoe This example code is in the public domain. diff --git a/examples/SerialDisplay/SerialDisplay.pde b/examples/SerialDisplay/SerialDisplay.pde index aa977f4..9727cee 100644 --- a/examples/SerialDisplay/SerialDisplay.pde +++ b/examples/SerialDisplay/SerialDisplay.pde @@ -16,6 +16,7 @@ * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 + * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) @@ -26,7 +27,7 @@ by Limor Fried (http://www.ladyada.net) example added 9 Jul 2009 by Tom Igoe - modified 8 Feb 2010 + modified 22 Nov 2010 by Tom Igoe This example code is in the public domain. diff --git a/examples/TextDirection/TextDirection.pde b/examples/TextDirection/TextDirection.pde index b115c76..30e4ac5 100644 --- a/examples/TextDirection/TextDirection.pde +++ b/examples/TextDirection/TextDirection.pde @@ -16,6 +16,7 @@ * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 + * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) @@ -26,8 +27,8 @@ by Limor Fried (http://www.ladyada.net) example added 9 Jul 2009 by Tom Igoe - modified 25 July 2009 - by David A. Mellis + modified 22 Nov 2010 + by Tom Igoe This example code is in the public domain. diff --git a/examples/setCursor/setCursor.pde b/examples/setCursor/setCursor.pde index bc85c8a..279f3ec 100644 --- a/examples/setCursor/setCursor.pde +++ b/examples/setCursor/setCursor.pde @@ -16,6 +16,7 @@ * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 + * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) @@ -26,7 +27,7 @@ by Limor Fried (http://www.ladyada.net) example added 9 Jul 2009 by Tom Igoe - modified 8 Feb 2010 + modified 22 Nov 2010 by Tom Igoe This example code is in the public domain.