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

How define Latch pin #56

Closed VitaliyDKZ closed 7 months ago

VitaliyDKZ commented 7 months ago

I have not found any information on connecting the latch pin, I would like to see where to define this pin in the documentation. Is there any example where the Latch pin is overridden?

board707 commented 7 months ago

Hi

The Latch pin in the library is called SCLK (DMD_PIN_SCLK). This name came from the monochrome DMD.h library.