donnersm / FFT_ESP32_Analyzer

Spectrum analyzer 8-64channels FFT
GNU General Public License v3.0
78 stars 26 forks source link

Problem with display on the P5 32 x 64 matrix #9

Open bungalit opened 4 months ago

bungalit commented 4 months ago

There's a problem. I use a P5 32 x 64 matrix. For all screen options 8, 16, 32 stripes, the leftmost strip is divided in half and one part is displayed on the left and the second part on the right. I don’t understand how to solve it. Who knows, tell me?

bungalit commented 4 months ago

Solution found: In my case, it was necessary to change these parameters to suit my P5 matrix to the LEDDRIVER.h file mxconfig.driver = HUB75_I2S_CFG::FM6126A; mxconfig.clkphase = false;

Now everything works!