We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea70df1 commit 538ed10Copy full SHA for 538ed10
include/Uhrtypes/Uhrtype.hpp
@@ -231,7 +231,8 @@ class iUhrType {
231
if (G.layoutVariant[MeanderRows] && (col % 2 == 0)) {
232
row = rowsWordMatrix() - 1 - row;
233
}
234
- returnValue = row + rowsWordMatrix() * (newColsWordMatrix - 1 - col);
+ returnValue =
235
+ row + rowsWordMatrix() * (newColsWordMatrix - 1 - col);
236
if (G.layoutVariant[ExtraLedPerRow]) {
237
returnValue += colsWordMatrix() - 1 - col;
238
numPixelsWordMatrix += colsWordMatrix() - 1;
0 commit comments