From 87aa682b17ef7e71dd25755dd6ce6515f2c94f42 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Mon, 8 Feb 2010 23:31:21 +0000 Subject: [PATCH] Corrected comments in LiquidCrystal examples --- examples/TextDirection/TextDirection.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/TextDirection/TextDirection.pde b/examples/TextDirection/TextDirection.pde index 725eb0d..c63bb10 100644 --- a/examples/TextDirection/TextDirection.pde +++ b/examples/TextDirection/TextDirection.pde @@ -42,7 +42,7 @@ LiquidCrystal lcd(12, 11, 5, 4, 3, 2); int thisChar = 'a'; void setup() { - // set up the LCD's number of rows and columns: + // set up the LCD's number of columns and rows: lcd.begin(16, 2); // turn on the cursor: lcd.cursor();