2dom/PxMatrix

Can't set cursor point

Closed this issue · 1 comments

Hello,
I tried latest and older versions of PxMatrix,
My module is P5 64X32, 16 scan.

I cannot write on line 8th, unable to set cursor point. when I set as below, the texts are overlapping the texts.

  display.setCursor(2,0);
  display.print("Pixel");
  display.setCursor(2,8);
  display.print("Time");

WhatsApp Image 2020-08-19 at 00 30 55

When I use bigger font, only displaying half of text.
WhatsApp Image 2020-08-19 at 00 30 55 (1)

the cursor points are 0 and 16 for photo above.
I also cant write anything lines 8. to 16. and 24. to 32.

Please advice.
Thank you.

Hello,
The problem solved, I forgot the connect D pin to D6, I made simple shield for other RGB modules, D pin is GND for 1/4 and 1/8 scan types modules, so I did not connect it. it's Ok now.