I've tried to use the new "PxMatrix" lib instead of the old "P10_matrix".
So i've changed following row apart from the inclusion of the new lib from:
P10_MATRIX display(P_LAT, P_OE,P_A,P_B,P_C);
to
PxMATRIX display(32,16, P_LAT, P_OE,P_A,P_B,P_C);
But it doesnt work. In the beginning it appears only pixel "porridge" instead of "Pixel Time" sign and after that the leds are dark. Do i have to changed another row in the code too?
The reason behind that is the leds are flickering little bit, i've changed the cpu frequency to 160 MHz, but it doesnt help. I'm hoping this is eliminated with the new lib.
Thanks.