Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndlex committed Jan 15, 2022
1 parent 7df1f46 commit 1b97321
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/dmamatrix/dmamatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ void DmaMatrixDisplay::setup() {
);

mxconfig.clkphase = false;

ESP_LOGI(TAG, "Bevor begin");

this->dma_matrix_ = new MatrixPanel_I2S_DMA(mxconfig);
dma_matrix_->begin();
ESP_LOGI(TAG, "after begin");
dma_matrix_->setBrightness8(this->brightness_); //0-255
ESP_LOGI(TAG, "clear");
dma_matrix_->clearScreen();
ESP_LOGI(TAG, "Finished Setup");
}
Expand Down

0 comments on commit 1b97321

Please sign in to comment.