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 1b97321 commit 09c0bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/dmamatrix/dmamatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ void DmaMatrixDisplay::setup() {
pin_r1_->get_pin(), pin_g1_->get_pin(), pin_b1_->get_pin(), pin_r2_->get_pin(), pin_g2_->get_pin(),
pin_b2_->get_pin(), pin_a_->get_pin() , pin_b_->get_pin(), pin_c_->get_pin(), pin_d_->get_pin(),
pin_e_->get_pin() , pin_latch_->get_pin() ,pin_oe_->get_pin() ,pin_clk_->get_pin() };
ESP_LOGI(TAG, "after pins");
HUB75_I2S_CFG mxconfig(
width_, // module width
height_, // module height
Expand Down

0 comments on commit 09c0bd8

Please sign in to comment.