You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
That’s a fast reply! Thank you I will try later today! Sent from my iPhoneOn Oct 2, 2024, at 9:51 PM, Aaron Liddiment ***@***.***> wrote:
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;
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
same as title. how do i flip them around
The text was updated successfully, but these errors were encountered: