mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-17 11:54:33 +01:00
Cherry picked fix from 87865ac19df2f55e3d073cf5dc7ba08c0de4c584
This commit is contained in:
parent
136c04ad28
commit
1f08b5ede4
@ -60,7 +60,7 @@ void loop() {
|
||||
// loop over the rows:
|
||||
for (int thisRow = 0; thisRow < numCols; thisRow++) {
|
||||
// set the cursor position:
|
||||
lcd.setCursor(thisRow, thisCol);
|
||||
lcd.setCursor(thisCol, thisRow);
|
||||
// print the letter:
|
||||
lcd.write(thisLetter);
|
||||
delay(200);
|
||||
|
Loading…
x
Reference in New Issue
Block a user