I am planning to use ESP32 Thing to drive a set of LEDs using a Large Digit Driver. I am confused as to use which pins on ESP32 to drive the CLK and SER pin of the Large Digit Driver. Does it have to be this following configuration or I can use other GPIO pins too:
-
Pin 18 - SCK(V_SPI_CLK) for CLK pin on Large Digit Driver
-
Pin 23 - MOSI(V_SPI_D) for SER pin on Large Digit Driver
Thank you for your help in advance.