Skip to content

Commit 6c92238

Browse files
committed
fast_update rework
1 parent 9df6dc6 commit 6c92238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PxMatrix.h

+1
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,7 @@ uint8_t (*bufferp)[PxMATRIX_COLOR_DEPTH][buffer_size] = &PxMATRIX_buffer;
10791079
}
10801080
else
10811081
{
1082+
// This pre-buffers the data for the first row pattern of the next _display_color
10821083
SPI_TRANSFER(&(*bufferp)[((_display_color+1)%PxMATRIX_COLOR_DEPTH)][0],_send_buffer_size);
10831084
}
10841085

0 commit comments

Comments
 (0)