We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "Control the column of a matrix" section seems incorrect to me. Looks like part of the "Control the row of a matrix" section was copied.
Current:
//Setting the leds from the third row (index=2) of the first device lc.setRow(0,2,B00001111);
Should be:
//Setting the leds from the sixth column (index=5) of the first device lc.setColumn(0,5,B00001111);
The table now says:
Led On Yes No Yes Yes No No No No
but should be:
Led On No No No No Yes Yes Yes Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The "Control the column of a matrix" section seems incorrect to me.
Looks like part of the "Control the row of a matrix" section was copied.
Current:
Should be:
The table now says:
but should be:
The text was updated successfully, but these errors were encountered: