Hello, I started tinkering with this library the other day with a 64x32 panel I had. Thanks for the hard work! :) I got a new panel today and tried the pattern_test and pixeltime examples. pattern_test completed successfully, but I have some artifacts on pixeltime, using the same lines for setup.
PxMATRIX display(128,64,P_LAT, P_OE,P_A,P_B,P_C,P_D,P_E);
display.begin(32);

The panel is 128x64, HUB75E, 1/32. This might be too large for this library, I'm realizing. I don't see anything in serial monitor. For the controller I'm using TTGO-T8-ESP32.
Hello, I started tinkering with this library the other day with a 64x32 panel I had. Thanks for the hard work! :) I got a new panel today and tried the pattern_test and pixeltime examples. pattern_test completed successfully, but I have some artifacts on pixeltime, using the same lines for setup.
PxMATRIX display(128,64,P_LAT, P_OE,P_A,P_B,P_C,P_D,P_E);display.begin(32);The panel is 128x64, HUB75E, 1/32. This might be too large for this library, I'm realizing. I don't see anything in serial monitor. For the controller I'm using TTGO-T8-ESP32.