NeoCat / ESP32-P3RGB64x32MatrixPanel

ESP32 Arduino library for the P3 64x32 RGB matrix panels
MIT License
136 stars 30 forks source link

Support for 32X16 and 1/8 scan RGB Modules #8

Open metingul opened 5 years ago

metingul commented 5 years ago

Hello NeoCat, Can I use your library for 32X16 RGB (HUB75) modules. 64X32 modules's scan rate is 1/16, but the 32X16 RGB's 1/8 scan rate. I don't want to use other libraries for other modules.

And I also made HUB75 Shield for ESP32 suitable for your library. (if you provide your address I can ship sample to you.)

Thank you.

GeorgeFlorian commented 5 years ago

Hello ! Did you manage to use this library with a 32x16 display ?

metingul commented 5 years ago

Hello George, No, I did not use this library for 32X16 panels, I used PxMatrix.

GeorgeFlorian commented 5 years ago

Hello George, No, I did not use this library for 32X16 panels, I used PxMatrix.

You mean this one ? https://github.com/2dom/PxMatrix

metingul commented 5 years ago

Hello George, No, I did not use this library for 32X16 panels, I used PxMatrix.

You mean this one ? https://github.com/2dom/PxMatrix

Yes, that works with most of panels with ESP8266 and ESP32. NeoCat's library useful because of you dont need jumper cables end of the panels to input. But does not compatible except P3, P4 and P5 panels.

GeorgeFlorian commented 5 years ago

Hello George, No, I did not use this library for 32X16 panels, I used PxMatrix.

You mean this one ? https://github.com/2dom/PxMatrix

Yes, that works with most of panels with ESP8266 and ESP32. NeoCat's library useful because of you dont need jumper cables end of the panels to input. But does not compatible except P3, P4 and P5 panels.

I have a 2727 SMD P5 64x32. It is a very strange module because it's P5 64x32 but it has a 1/8 scan pattern and I wasn't able to make it work with this library.

I've managed to use PxMatrix. But the issue with that one is that it accesses RAM to update the display (like most LED libraries do) and I'm trying to use me-no-dev's ESPAsyncWebServer library to serve some webpages in AP and STA mode. Separately, both libraries work great, but when I put them together I get a lot of Guru Meditation Errors.

hoangnamzero251 commented 5 years ago

Hello GeorgeFlorian, Have you found the resolution for P5 64x32 with 1/8 scan pattern yet ?