From 6e53cfe97ffe87c98cc013d2eef1dd8ae4263be5 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Sun, 16 Jan 2022 18:25:55 +0100 Subject: [PATCH] asdf --- components/dmamatrix/dmamatrix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dmamatrix/dmamatrix.cpp b/components/dmamatrix/dmamatrix.cpp index 4a86cb4..5b7e997 100644 --- a/components/dmamatrix/dmamatrix.cpp +++ b/components/dmamatrix/dmamatrix.cpp @@ -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; @@ -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() {}