Input and Display Carrier Board

I am trying to use the LED’s on the board can I use the FastLED library that has been used in the previous APA102 projects. How do I find out what the data and clock pins are? I am struggling with this devoid of a simple example for the board.

Seems like I found it in the documentation, i.e. 42 and 40. Found in the pinouts!

Load the Adafruit Dotstar library . Load the strandtest example and change the DATAPIN to 25 and the CLOCKPIN to 15. This works for me with the ESP32 micromod processor.