Seems the module i bought has all the matrixes -180 degrees. I tried modifying cpp to
void LedMatrix::commit() {
for (byte col = myNumberOfDevices * 8; col > 0; col--) {
sendByte(col / 8, col % 8 + 1, cols[col]);
}
}
But that just reverse it on each screen, not the entire scroll.
Any idea how to fix it?
Seems the module i bought has all the matrixes -180 degrees. I tried modifying cpp to
void LedMatrix::commit() {
for (byte col = myNumberOfDevices * 8; col > 0; col--) {
sendByte(col / 8, col % 8 + 1, cols[col]);
}
}
But that just reverse it on each screen, not the entire scroll.
Any idea how to fix it?