We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136c04a commit 1f08b5eCopy full SHA for 1f08b5e
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