mrcodetastic / ESP32-HUB75-MatrixPanel-DMA

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.
MIT License
973 stars 215 forks source link

Need help with my P10 Matrix Panel not working #701

Open dy-f0rmidable opened 5 days ago

dy-f0rmidable commented 5 days ago

Hello I'm working on controlling P10 Matrix LED Panel using ESP32 I have successfully upload my code to my ESP32 and make sure the P10 panel is using 5V voltage but my LED doesn't turn on pls help

here is my code: 5

6

My ESP32 is WROOM-1-N16R8 ESP32-S3-DevKitC-1 3

My P10 Matrix LED Panel is Green Only Color 2

board707 commented 5 days ago

My P10 Matrix LED Panel is Green Only Color

The library supports a RGB panels only.

dy-f0rmidable commented 2 days ago

My P10 Matrix LED Panel is Green Only Color

The library supports a RGB panels only.

Do you know any library that support for single color panels ?

board707 commented 2 days ago

With which controller? ESP32 ? Or any other?

dy-f0rmidable commented 2 days ago

With which controller? ESP32 ? Or any other?

yes, with ESP32

board707 commented 2 days ago

the only I know is https://github.com/Qudor-Engineer/DMD32

Disclaimer: I haven't used the library and don't know the author

dy-f0rmidable commented 2 days ago

the only I know is https://github.com/Qudor-Engineer/DMD32

Disclaimer: I haven't used the library and don't know the author

thanks you, i will check it