board707 / DMD_STM32

STM32Duino library for RGB, Monochrome and Two-color led matrix panels
GNU General Public License v3.0
54 stars 18 forks source link

pin connections #77

Closed tahafathi2013 closed 4 months ago

tahafathi2013 commented 4 months ago

what is pin connections?

board707 commented 4 months ago

Sorry, I dont understand what you asked.

tahafathi2013 commented 4 months ago

i have bluepill i use connections on the code but it not working on old version and new version. what is wire connections from p10 matrix display to bluepill pins.

p10 pins bluepill pins on SPI1 AND SPI2 OE __ ? A __ ? B ? C ? CLK _ ? SCLK __ ? DATA_?

board707 commented 4 months ago

Please see pins in the examples. In dmd_momochrome.ino:

#define DMD_PIN_A PA1
#define DMD_PIN_B PA4
#define DMD_PIN_nOE PB1
#define DMD_PIN_SCLK PA15

// pins for SPI connect
// SPI specific pins as CLK and R_DATA has predefined values:
//   for SPI(1) CLK = PA5  R_DATA = PA7
//   for SPI(2) CLK = PB13  R_DATA = PB15

C ____?

Monochrome panels doesn't have a pin C.