Skip to content

Commit

Permalink
Try and find why #35 is happening.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcodetastic committed Oct 3, 2020
1 parent d09e51f commit 341c48f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ESP32-RGB64x32MatrixPanel-I2S-DMA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ void RGB64x32MatrixPanel_I2S_DMA::configureDMA(int r1_pin, int g1_pin, int b1_
if ( sizeof(rowColorDepthStruct) > DMA_MAX ) {
num_dma_payload_color_depths = 1;
}

num_dma_payload_color_depths = PIXEL_COLOR_DEPTH_BITS; // regression test hack

// Fill DMA linked lists for both frames (as in, halves of the HUB75 panel) and if double buffering is enabled, link it up for both buffers.
for(int row = 0; row < ROWS_PER_FRAME; row++) {
Expand Down

0 comments on commit 341c48f

Please sign in to comment.