We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0a311 commit 87865acCopy full SHA for 87865ac
libraries/LiquidCrystal/examples/setCursor/setCursor.ino
@@ -60,7 +60,7 @@ void loop() {
60
// loop over the rows:
61
for (int thisRow = 0; thisRow < numCols; thisRow++) {
62
// set the cursor position:
63
- lcd.setCursor(thisRow,thisCol);
+ lcd.setCursor(thisCol,thisRow);
64
// print the letter:
65
lcd.write(thisLetter);
66
delay(200);
0 commit comments