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
Hello im getting this error suring arduino ide compiling:
exit status 1
'cLEDMatrix' does not name a type
that's in hardware.h
line 34
cLEDMatrix<-MATRIX_WIDTH, MATRIX_HEIGHT, MATRIX_TYPE> buffer; // Default starting point: Bottom-Left. Invert (-) MATRIX_WIDTH and/or MATRIX_HEIGHT to match your physical matrix layout
what's wrong ?
Thanks
The text was updated successfully, but these errors were encountered:
Hello im getting this error suring arduino ide compiling:
exit status 1
'cLEDMatrix' does not name a type
that's in hardware.h
line 34
cLEDMatrix<-MATRIX_WIDTH, MATRIX_HEIGHT, MATRIX_TYPE> buffer; // Default starting point: Bottom-Left. Invert (-) MATRIX_WIDTH and/or MATRIX_HEIGHT to match your physical matrix layout
what's wrong ?
Thanks
The text was updated successfully, but these errors were encountered: