I've made thisspreadsheetto estimate all of the main parameters for ESP32-HUB75-MatrixPanel-DMA lib driving any combination of matrices/chains so that I do not need to reflash it hundreds of times just to check for the debug info about memory. Be sure to enable embedded macro's to allow...
An Adafruit GFX Compatible Library for the original ESP32, to drive 64x32px or 64x64px HUB75 LED matrix modules using the ESP32's DMA engine for high refresh rates. Supports panel chaining. - ESP32-HUB75-MatrixPanel-I2S-DMA/ESP32-HUB75-MatrixPanel-I2S-DM
#include "ESP32-HUB75-MatrixPanel-I2S-DMA.h" //#include "xtensa/core-macros.h" // Credits: Louis Beaudoin <https://github.com/pixelmatix/SmartMatrix/tree/teensylc> // and Sprite_TM: https://www.esp32.com/viewtopic.php?f=17&t=3188 and https://www.esp32.com/viewtopic....
Issues Watch 1Star0Fork4 jixiao/ESP32-HUB75-MatrixPanel-I2S-DMA forked fromCaidongxu/ESP32-HUB75-MatrixPanel-I2S-DMA 全部 看板 里程碑 欢迎使用 Issue! Issue 用于跟踪待办事项、bug、功能需求等。
ESP32-HUB75-MatrixPanel-DMAAn Adafruit GFX Compatible Library for the ESP32 is a powerful library that allows you to drive HUB75 LED matrix panels using DMA for high refresh rates. This library supports panel chaining, which means you can connect multiple panels together and control them as ...
An Adafruit GFX Compatible Library for the ESP32, ESP32-S2, ESP32-S3 to drive HUB75 LED matrix panels using DMA for high refresh rates. Supports panel chaining. - ESP32-HUB75-MatrixPanel-DMA/doc/BuildOptions.md at master · mrcodetastic/ESP32-HUB75-Matri
An Adafruit GFX Compatible Library for the ESP32, ESP32-S2, ESP32-S3 to drive HUB75 LED matrix panels using DMA for high refresh rates. Supports panel chaining. - Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp · mrcodetastic/ESP32-HUB75-MatrixPanel-DMA@5907
An Adafruit GFX Compatible Library for the original ESP32, to drive 64x32px or 64x64px HUB75 LED matrix modules using the ESP32's DMA engine for high refresh rates. Supports panel chaining. - ESP32-HUB75-MatrixPanel-I2S-DMA/library.properties at master
An Adafruit GFX Compatible Library for the ESP32, ESP32-S2, ESP32-S3 to drive HUB75 LED matrix panels using DMA for high refresh rates. Supports panel chaining. - Possible solution for #402 · mrcodetastic/ESP32-HUB75-MatrixPanel-DMA@9a83f26
dma_parallel_io.hpp src/ESP32-HUB75-MatrixPanel-I2S-DMA.h +1 Original file line numberDiff line numberDiff line change @@ -7,6 +7,7 @@ 77 #include<esp_err.h> 88 #include<esp_log.h> 99 #include"esp_attr.h" 10+ #include"esp_heap_caps.h" ...