This ESP32 Arduino/IDF library for HUB75 / HUB75E connector type 64x32 RGB LED 1/16 Scan OR 64x64 RGB LED 1/32 Scan LED Matrix Panel, utilities the DMA functionality provided by the ESP32's I2S 'LCD Mode'.FeaturesLow CPU overhead - once initialized pixel data is pumped to the ...
One_Eight_1_8_ScanPanel One_Quarter_1_4_ScanPanel PIO_TestPatterns SmoothDoubleBuffer README.md ESP32-HUB75-MatrixPanel-I2S-DMA.cpp ESP32-HUB75-MatrixPanel-I2S-DMA.h ESP32-HUB75-MatrixPanel-leddrivers.cpp ESP32-VirtualMatrixPanel-I2S-DMA.h LICENSE.txt README.md WiringExample.jpg esp32...
#include <Arduino.h> #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:/...
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...
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA#2-wiring-esp32-with-the-led-matrix-panel/ 在完成时钟的基本代码后,我准备自制一块的 PCB 板。它可以控制显示器的电路板。 具体详情可查看: https://github.com/jnthas/clockwise/tree/main/firmware/ ...
Issues Watch 1Star0Fork4 jixiao/ESP32-HUB75-MatrixPanel-I2S-DMA forked fromCaidongxu/ESP32-HUB75-MatrixPanel-I2S-DMA 欢迎使用 Issue! Issue 用于跟踪待办事项、bug、功能需求等。
ESP32-HUB75-MatrixPanel-DMA:打造高性能LED矩阵显示的新里程项目地址:https://gitcode.com/gh_mirrors/es/ESP32-HUB75-MatrixPanel-DMA项目简介是一个开源项目,专为基于ESP32微控制器的HUB75接口LED矩阵显示屏设计。它利用了ESP32的强大性能和DMA(直接内存访问)功能,实现了高效、流畅且低延迟的图像渲染 ...
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" ...
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
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...