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

letters are backwards in text example 2 #18

Open
jmartens2 opened this issue Oct 2, 2024 · 2 comments
Open

letters are backwards in text example 2 #18

jmartens2 opened this issue Oct 2, 2024 · 2 comments

Comments

@jmartens2
Copy link

same as title. how do i flip them around

@AaronLiddiment
Copy link
Owner

I imagine you matrix is not wired with the bottom left led being 0,0.
I think your first led is perhaps bottom right?
If it is you need to change the Matrix declaration to have a negative X size:
cLEDMatrix<-MATRIX_WIDTH, MATRIX_HEIGHT, MATRIX_TYPE> leds;

@jmartens2
Copy link
Author

jmartens2 commented Oct 3, 2024 via email

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

2 participants