2dom/PxMatrix

Trying to use with an Arduino Mega

Closed this issue · 0 comments

Hi guys, i been think of using the PxMATRIX library on a P7.62 16x32 RGB Led Display, and for that i've an Arduino Mega 2560, even after reading the README i'm having problems on how to set up the right the cables on the correct inputs, The LED display uses HUB75 equal to the one on the README.
image
Currently i'm using:
DR1 - 24
DG1 - 25
DB1 - 26
DR2 - 27
DG2 - 28
DB2 - 29
A - A0
B - A1
C - A2
CLK - 11
LAT - 10
OE - 9
Do i need to change something on the library to make it work? Because in the constructor of display is only passed as parameters the width, height, LAT, OE, A, and C. how do i set the CLK and the DRs, DGs and DBs?