adafruit matrix portal m4 display issue

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Sourabh_roy
 
Posts: 1
Joined: Sun Aug 22, 2021 8:00 am

adafruit matrix portal m4 display issue

Post by Sourabh_roy »

Hi

I am using Adafruit matrix portal m4 with arduino .
i have plexed two displays(64*64) using a flex cable .
I am using the the double text scroll sketch example from the protomatter library and trying to achieve it on a (128*32) display .

observations :-

the display works at a resolution of (128*64) but i am not able to run it on (128*32) .
The led matrix seems to be un initiated from rows 16-32 and 48-64 . for the following rows no led seems to glow .

I have the following configurations :-

uint8_t addrPins[] = {17, 18, 19, 20,21};

Adafruit_Protomatter matrix(
64, 4, 1, rgbPins, 5, addrPins, clockPin, latchPin, oePin, false);



kindly advise on this . thanks

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”