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.