ESP32-Trinity icon indicating copy to clipboard operation
ESP32-Trinity copied to clipboard

An Open Source ESP32 board for connecting to HUB75 Matrix Panels

Results 17 ESP32-Trinity issues
Sort by recently updated
recently updated
newest added

This seems to be rare as I have only seen it on one panel out of the 10+ I have tested and I never seen any complaints about the I2S...

Hardware - Next Revision

Tested to work with ``` 1.1.1 1.2.0 1.2.1 ``` Error with 1.2.2+ is ``` invalid conversion from 'void (*)(JPEGDRAW*)' {aka 'void (*)(jpeg_draw_tag*)'} to 'int (*)(JPEGDRAW*)' {aka 'int (*)(jpeg_draw_tag*)'} [-fpermissive] ```

In examples/BuildingBlocks/Images/DisplayGIF/DisplayGIF.ino, it is needed to include to avoid this error

Looks like a great hardware project but the code I would wish to run on it requires the newer S3 version of the chip. What are the chances of getting...

I am using the ESP32 Trinity and this library together: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA I have multiple files (including provided example files) that are working fine on one of my 64x64 led matrixes,...

On my Trinity board I had to add an extra capacitor to the 3.3V power line for it to have a stable WiFi connection at all times. I used a...

The BOM [here](https://github.com/witnessmenow/ESP32-Trinity/blob/master/hardware/ESP32Trinity/V1.2/Trinity%20Bom%20V1.2%20-%20BOM_ESP32_TRINITY_V1_2_2021-07-05.csv) points out that the 16 pin header on the bottom side is LCSC part [C30734](https://www.lcsc.com/product-detail/Female-Headers_BOOMELE-Boom-Precision-Elec-C30734_C30734.html). ![image](https://user-images.githubusercontent.com/44686596/221383157-3799bd5c-5ea6-4818-afeb-5d6630e3564c.png) This part does not match the part I am seeing in...

I get the following error when trying to run the DisplayImageFromWeb example on my ESP32 Trinity: In file included from /Users/a/Documents/Arduino/libraries/ESP32-HUB75-MatrixPanel-DMA-master/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h:12, from /Users/a/Documents/Arduino/DisplayImageFromWeb/DisplayImageFromWeb.ino:41: /Users/a/Documents/Arduino/libraries/ESP32-HUB75-MatrixPanel-DMA-master/src/platforms/platform_detect.hpp:58:19: note: #pragma message: Compiling for original...

I tried the sketch for the testis clock with WIFImanager. I used the original code but I changed the display interface to work on my hardwire with different pin setup....

I am grateful for your information sharing from a long time ago. I'm struggling with the basic hello. Characters appear overlapping multiple times. Of course, if you connect two panels,...