Hi There,
I found several pages on the internet on how to connect an Arduino Unu to a 32x16 Led panel (P10).
But I cannot seem to find the schema how to connect an Arduino MKR WiFi 1010 to the same 32x16 Led Panel.
From what I read, the 32x16 Led panel has the following pins:
Enable: This pin is used to control the brightness of the LED panel, by giving a PWM pulse to it.
A, B: These are called multiplex select pins. They take digital input to select any multiplex rows.
Shift clock (CLK), Store clock (SCLK), and Data: These are the normal shift register control pins.
Enable is connected to Pin 9 on the Uno. But Pin 9 on the MKR is SCK.
A is connected to Pin 6 and B to Pin 7. Is that the same on a MKR?
CLK and SCLK is not an issue.
Data is connected to Pin 11. Which Pin is it on the MKR?
Thank you.