This commit is contained in:
mrfaptastic 2022-10-23 12:42:00 +01:00
commit 4a9160904a
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.5)
idf_component_register(SRCS "esp32_i2s_parallel_dma.c" "ESP32-HUB75-MatrixPanel-I2S-DMA.cpp" "ESP32-HUB75-MatrixPanel-leddrivers.cpp" idf_component_register(SRCS "src/platforms/esp32/esp32_i2s_parallel_dma.cpp" "src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp" "src/ESP32-HUB75-MatrixPanel-leddrivers.cpp"
INCLUDE_DIRS "." INCLUDE_DIRS "."
REQUIRES arduino Adafruit-GFX-Library) REQUIRES arduino Adafruit-GFX-Library)

View file

@ -177,7 +177,7 @@ void MatrixPanel_I2S_DMA::configureDMA(const HUB75_I2S_CFG& _cfg)
} // end frame rows } // end frame rows
ESP_LOGI(TAG, "%d DMA descriptors linked to buffer data."); ESP_LOGI(TAG, "%d DMA descriptors linked to buffer data.", current_dmadescriptor_offset);
// //
// Setup DMA and Output to GPIO // Setup DMA and Output to GPIO