Skip to content
New issue

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

Documentation error "Control the column of a matrix" #21

Open
reneverschoor opened this issue Dec 29, 2016 · 0 comments
Open

Documentation error "Control the column of a matrix" #21

reneverschoor opened this issue Dec 29, 2016 · 0 comments

Comments

@reneverschoor
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant