How to display image 80X40 dot p4 led with esp32 dev module

I searched a lot .. I found some videos and tutorials but in which they are using 62X32 dots p4 matrix... any one can help to use this with esp32 dev module

its urgent anyone can help please!!!!!!!!!!!!!!!!!!!!!!!!

Please show more detail about your project. What the driver and scan rate of your panel? Do you have a code?

I don't have any code ... at time because I don't know how code this led with esp32 .....
SM16169SH is driver and scan rate is 16

in the tutorial they used libraries but un that library i don't get mine panel configurations

Unfortunately, as far as I know, there are no libraries for this driver. Without going into details, this is a complex driver that requires special initialization to work. Existing libraries for HUB75 panels do not support such drivers.
I think the best thing for you is to choose a different LED panel for your project.

ok thanks for reply ....

can you please tell me how to find hub75 pinout because on internet there is many types of pinout I have p10 -3535-4s 16X32 panel .
scan 4

I found this
is it correct?

No, there is a Monochrome HUB12 panel on your picture.
Pinout for HUB75 is different:

Is your panel a RGB or Monochrome?

it is RGB

So it should use HUB75 pinout.
Could you show a clear photo of panel rear side?


this is the picture
how to connect with esp32 ...

Try to use this library:

or

ok thank you @b707 :smiling_face_with_three_hearts: :smiling_face_with_three_hearts: :smiling_face_with_three_hearts:

If you do not have a strict condition to use esp32, you can switch to rp2040 and use my library for hub75 panels:

okay........ :+1: :+1:

You found any solution for that type of panel I have hub75e 80*40 with icn2037

The libraries in posts #13 should work with your matrix.
The library in #15 definitely support it.

Tnx for reply