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/doc/memcalc.md at master · mc
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
master clkphase legacy-1.2.4 2.0.3 2.0.1 2.0.0 1.2.4 1.2.3 1.2.2 1.1.0 1.0.2 ESP32-HUB75-MatrixPanel-I2S-DMA / ESP32-HUB75-MatrixPanel-I2S-DMA.cpp ESP32-HUB75-MatrixPanel-I2S-DMA.cpp 42.05 KB 一键复制 编辑 原始数据 按行查看 历史 mrfaptastic 提交于 4年前 . ...
gpio.c = C_PIN; // mxconfig.gpio.d = D_PIN; mxconfig.gpio.e = E_PIN; //mxconfig.clkphase = false; mxconfig.driver = HUB75_I2S_CFG::FM6126A; // Display Setup dma_display = new MatrixPanel_I2S_DMA(mxconfig); // Allocate memory and start DMA display if( not dma_display->begin...
Issues Watch 1Star0Fork4 jixiao/ESP32-HUB75-MatrixPanel-I2S-DMA forked fromCaidongxu/ESP32-HUB75-MatrixPanel-I2S-DMA 欢迎使用 Issue! Issue 用于跟踪待办事项、bug、功能需求等。
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/doc/fillrate.md at master · l
Below is a bare minimum sketch to draw a single white dot in the top left. You must call begin() before you call ANY pixel-drawing (fonts, lines, colours etc.) function of the MatrixPanel_I2S_DMA class. Once this is working, refer to thePIO Test Patternsexample. This sketch draws si...
CONFIG_SOC_PSRAM_DMA_CAPABLE=y CONFIG_SOC_XT_WDT_SUPPORTED=y CONFIG_SOC_I2S_SUPPORTED=y CONFIG_SOC_RMT_SUPPORTED=y CONFIG_SOC_SDM_SUPPORTED=y CONFIG_SOC_GPSPI_SUPPORTED=y CONFIG_SOC_LEDC_SUPPORTED=y CONFIG_SOC_I2C_SUPPORTED=y CONFIG_SOC_SYSTIMER_SUPPORTED=y CONFIG_SOC_SUPPORT...
CONFIG_SOC_PSRAM_DMA_CAPABLE=y CONFIG_SOC_XT_WDT_SUPPORTED=y CONFIG_SOC_I2S_SUPPORTED=y CONFIG_SOC_RMT_SUPPORTED=y CONFIG_SOC_SDM_SUPPORTED=y CONFIG_SOC_GPSPI_SUPPORTED=y CONFIG_SOC_LEDC_SUPPORTED=y CONFIG_SOC_I2C_SUPPORTED=y CONFIG_SOC_SYSTIMER_SUPPORTED=y CONFIG_SOC_SUPPORT...
2 changes: 2 additions & 0 deletions 2 src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp Original file line numberDiff line numberDiff line change @@ -195,11 +195,13 @@ void MatrixPanel_I2S_DMA::configureDMA(const HUB75_I2S_CFG &_cfg)