Skip to content

Commit

Permalink
fast_update rework
Browse files Browse the repository at this point in the history
  • Loading branch information
2dom committed May 1, 2020
1 parent 9df6dc6 commit 6c92238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PxMatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,7 @@ uint8_t (*bufferp)[PxMATRIX_COLOR_DEPTH][buffer_size] = &PxMATRIX_buffer;
}
else
{
// This pre-buffers the data for the first row pattern of the next _display_color
SPI_TRANSFER(&(*bufferp)[((_display_color+1)%PxMATRIX_COLOR_DEPTH)][0],_send_buffer_size);
}

Expand Down

0 comments on commit 6c92238

Please sign in to comment.