aboutsummaryrefslogtreecommitdiff
path: root/libraries/LiquidCrystal
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/LiquidCrystal')
-rw-r--r--libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde2
-rw-r--r--libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde2
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde b/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde
index d514215..f755d9c 100644
--- a/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde
+++ b/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde
@@ -1,6 +1,6 @@
#include <LiquidCrystal.h>
-LiquidCrystal lcd(12, 11, 2, 7, 8, 9, 10);
+LiquidCrystal lcd(12, 11, 10, 5, 4, 3, 2);
void setup()
{
diff --git a/libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde b/libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde
index c1f405a..6e4336c 100644
--- a/libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde
+++ b/libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde
@@ -1,6 +1,6 @@
#include <LiquidCrystal.h>
-LiquidCrystal lcd(12, 11, 2, 7, 8, 9, 10);
+LiquidCrystal lcd(12, 11, 10, 5, 4, 3, 2);
void setup()
{