Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndlex committed Jan 16, 2022
1 parent 98e7ac7 commit 6e53cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/dmamatrix/dmamatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void DmaMatrixDisplay::setup() {
height_, // module height
1, // Chain length
_pins, // pin mapping
HUB75_I2S_CFG::FM6124,
HUB75_I2S_CFG::FM6124
);

mxconfig.double_buff = true;
Expand All @@ -60,8 +60,8 @@ void DmaMatrixDisplay::fill(Color color) {
}

void DmaMatrixDisplay::update() {
this->do_update_();
this->dma_matrix_->flipDMABuffer();
this->do_update_();
}

void HOT DmaMatrixDisplay::display() {}
Expand Down

0 comments on commit 6e53cfe

Please sign in to comment.