Cherry picked fix from 87865ac19df2f55e3d073cf5dc7ba08c0de4c584

This commit is contained in:
Arturo Guadalupi
2015-01-12 14:37:50 +01:00
committed by Federico Fissore
parent c9c5d64a45
commit ea5de4455a

View File

@@ -60,7 +60,7 @@ void loop() {
// loop over the rows: // loop over the rows:
for (int thisRow = 0; thisRow < numCols; thisRow++) { for (int thisRow = 0; thisRow < numCols; thisRow++) {
// set the cursor position: // set the cursor position:
lcd.setCursor(thisRow, thisCol); lcd.setCursor(thisCol, thisRow);
// print the letter: // print the letter:
lcd.write(thisLetter); lcd.write(thisLetter);
delay(200); delay(200);